diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-26 17:10:23 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-26 17:10:23 +0200 |
commit | b7625f329eba561ca44969425f204e30fcbe722a (patch) | |
tree | 897eedd61869b6c7aee6c9c8b7880cd810433ba6 /web | |
parent | 06c3023d1962fec66d63d5bdab9ca256703a87a6 (diff) | |
download | crda-b7625f329eba561ca44969425f204e30fcbe722a.tar.gz crda-b7625f329eba561ca44969425f204e30fcbe722a.tar.bz2 crda-b7625f329eba561ca44969425f204e30fcbe722a.zip |
don't break within unit
Diffstat (limited to 'web')
-rw-r--r-- | web/Regulatory.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/Regulatory.py b/web/Regulatory.py index 3873b30..1fbcbcc 100644 --- a/web/Regulatory.py +++ b/web/Regulatory.py @@ -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), ]) |