don't break within unit
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 26 May 2008 15:10:23 +0000 (17:10 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Mon, 26 May 2008 15:10:23 +0000 (17:10 +0200)
web/Regulatory.py

index 3873b30..1fbcbcc 100644 (file)
@@ -52,10 +52,14 @@ def _country(macro, countries, code):
             f.text('Max antenna gain (dBi)'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
-            f.text('Max IR (dBm (mW))'),
+            f.text('Max IR (dBm')
+            f.hardspace,
+            f.text('(mW))'),
           f.strong(0), f.table_cell(0),
           f.table_cell(1), f.strong(1),
-            f.text('Max EIRP (dBm (mW))'),
+            f.text('Max EIRP (dBm')
+            f.hardspace,
+            f.text('(mW))'),
           f.strong(0), f.table_cell(0),
         f.table_row(0),
     ])