Fix whitespace in Add Exception dialog. b=404425 r=kaie a=schrep

git-svn-id: svn://10.0.0.236/trunk@239800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
johnath%mozilla.com 2007-11-21 21:34:18 +00:00
parent 29f2430119
commit 2eaff3aee1

View File

@ -66,12 +66,13 @@
<spacer flex="1"/>
</vbox>
<vbox flex="1">
<!-- Note that because of the styling, there must be no whitespace within
the description tags -->
<description id="warningText"
style="white-space: -moz-pre-wrap"/>
<description id="warningSupplemental"
style="font-weight: bold; white-space: -moz-pre-wrap;">
&exceptionMgr.supplementalWarning;
</description>
style="font-weight: bold; white-space: -moz-pre-wrap;"
>&exceptionMgr.supplementalWarning;</description>
</vbox>
</hbox>