]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 232413 - remove occurrences of   in favour of [%+ construct to prevent white...
authorgerv%gerv.net <>
Tue, 3 Feb 2004 05:57:28 +0000 (05:57 +0000)
committergerv%gerv.net <>
Tue, 3 Feb 2004 05:57:28 +0000 (05:57 +0000)
template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
template/en/default/attachment/updated.html.tmpl
template/en/default/bug/activity/show.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
template/en/default/bug/edit.html.tmpl
template/en/default/bug/process/confirm-duplicate.html.tmpl
template/en/default/bug/process/midair.html.tmpl
template/en/default/bug/show-multiple.html.tmpl
template/en/default/global/user-error.html.tmpl
template/en/default/list/list.html.tmpl

index 5d03c6f603a45a7ddf2a92d0437426173add876e..006189c13d78a8facd55f48d457b2551c7bad77c 100644 (file)
@@ -26,7 +26,8 @@
 
 [% FOREACH group = mandatory_groups %]
 <P>
-group '[% group.name FILTER html %]' impacts [% group.count %]&nbsp;[% terms.bugs %] for
+group '[% group.name FILTER html %]' impacts [% group.count %] 
+[%+ terms.bugs %] for
 which the group is newly mandatory and will be added.
 [% END %]
 
index de9760919d121fe172f0ef861f728f72c5d8258c..de56341e0c55c15327f97553c6c3c2e441d7770d 100644 (file)
@@ -39,7 +39,7 @@
     <td>
       <h2>Changes to
         <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a>
-        of [% terms.bug %]&nbsp;[% bugid %] submitted
+        of [% terms.bug %] [%+ bugid %] submitted
       </h2>
       [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
     </td>
index 410efe2ee1c54f84b5bfc276ac2e4782fd5c61a9..91743247ae249e73f206b73cbd3c6600116ee948 100644 (file)
@@ -39,7 +39,8 @@
 [% PROCESS bug/activity/table.html.tmpl %]
 
 <p>
-  <a href="show_bug.cgi?id=[% bug_id %]">Back to [% terms.bug %]&nbsp;[% bug_id %]</a>
+  <a href="show_bug.cgi?id=[% bug_id %]">Back to [% terms.bug %] 
+  [%+ bug_id %]</a>
 </p>
 
 [% PROCESS global/footer.html.tmpl %]
index fbb683265ed807221295ac4eeb2b705ab880bc0c..7d32c8acc612684a086e3f9cae863ac84a359a08 100644 (file)
@@ -38,7 +38,7 @@
   [% ELSE %]
     [% terms.Bugs %]
   [% END %] 
-  that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %]&nbsp;[% bugid %]</a> 
+  that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %] [%+ bugid %]</a> 
   depends on</h3>
 [% IF dependson_ids.size > 0 %]
   (
@@ -60,7 +60,7 @@
   [% ELSE %]
     [% terms.Bugs %]
   [% END %] 
-  that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %]&nbsp;[% bugid %]</a> 
+  that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %] [%+ bugid %]</a> 
   blocks</h3>
 [% IF blocked_ids.size > 0 %]
   (
index 43f030ef2e787880113afd01eb1dfdc819a7cb1e..e912196ca48f750a6ba7dd0f4ef8047df47a2c09 100644 (file)
       <td>
         [% bug.resolution FILTER html %]
         [% IF bug.resolution == "DUPLICATE" %]
-          of [% terms.bug %]&nbsp;[% "${bug.dup_id}" FILTER bug_link(bug.dup_id) %]
+          of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) %]
         [% END %]
       </td>
       <td>&nbsp;</td>
 [%############################################################################%]
 
 [% BLOCK dependencies %]
-  <th align="right">[% terms.Bug %]&nbsp;[% bug.bug_id %] [%+ dep.title %]:</th>
+  <th align="right">[% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]:</th>
   <td>
   [% FOREACH depbug = bug.${dep.fieldname} %]
     [% depbug FILTER bug_link(depbug) %][% " " %]
index de32c12e574f0a6a6eaff736f5a1c810b23e5410..7fd72a2d0c58dad16f28f7f7d75b5203f280b64f 100644 (file)
 <p>
   When marking [% terms.abug %] as a duplicate, the reporter of the duplicate
   is normally added to the CC list of the original. The permissions
-  on [% terms.bug %]&nbsp;[% original_bug_id %] (the original) are currently set
+  on [% terms.bug %] [%+ original_bug_id %] (the original) are currently set
   such that the reporter would not normally be able to see it.
 </p>
 
 <p>
-  <b>Adding the reporter to the CC list of [% terms.bug %]&nbsp;[% original_bug_id %]
+  <b>Adding the reporter to the CC list of [% terms.bug %] 
+    [%+ original_bug_id %]
   [% IF cclist_accessible %]
     will immediately
   [% ELSE %]
 
 <p>
   <input type="radio" name="confirm_add_duplicate" value="1">
-    Yes, add the reporter to CC list on [% terms.bug %]&nbsp;[% original_bug_id %]
+    Yes, add the reporter to CC list on [% terms.bug %] [%+ original_bug_id %]
 </p>
 <p>
   <input type="radio" name="confirm_add_duplicate" value="0" checked="checked">
-    No, do not add the reporter to CC list on [% terms.bug %]&nbsp;[% original_bug_id %]
+    No, do not add the reporter to CC list on [% terms.bug %] 
+    [%+ original_bug_id %]
 </p>
 <p>
   <a href="show_bug.cgi?id=[% duplicate_bug_id %]">Throw away my changes,
-    and revisit [% terms.bug %]&nbsp;[% duplicate_bug_id %]</a>
+    and revisit [% terms.bug %] [%+ duplicate_bug_id %]</a>
 <p>
   <input type="submit" value="Submit">
 </p>
index f06e4a749061339c5e6c756dbb0280c18a3004d1..de6559582264b19ea93469e04b62c73fdcaf5dac 100644 (file)
@@ -75,7 +75,7 @@ You have the following choices:
   </li>
   <li>
     <a href="show_bug.cgi?id=[% bug_id %]">Throw away my changes,
-      and revisit [% terms.bug %]&nbsp;[% bug_id %]</a>
+      and revisit [% terms.bug %] [%+ bug_id %]</a>
   </li>
 </ul>
 
index ac3578305ffc5bde5370cedc3a87a0a19fd38865..d9e3ed54650d1fcd10a2d9af32a6510ae9414fd8 100644 (file)
@@ -49,7 +49,7 @@
   <img alt="" src="1x1.gif" width="1" height="80" align="left">
   <div align="center">
     <b>
-      <font size="+3">[% terms.Bug %]&nbsp;[% bug.bug_id %] - [% bug.short_desc FILTER html %]</font>
+      <font size="+3">[% terms.Bug %] [%+ bug.bug_id %] - [% bug.short_desc FILTER html %]</font>
     </b>
   </div>
 
index 37eb7bd5b2657f6ed5f4b0a2b09267e9e70b2c2a..ac6af177ba8053c788ada60733d87b422f26207e 100644 (file)
 
     You asked [% requestee.identity FILTER html %]
     for <code>[% flag_type.name FILTER html %]</code> on 
-    [%+ terms.bug %]&nbsp;[% bug_id FILTER html %],
+    [%+ terms.bug %] [%+ bug_id FILTER html %],
     attachment [% attach_id FILTER html %], but that attachment is restricted 
     to users
     in the [% Param("insidergroup") FILTER html %] group, and the user
index 5af5735aa4c5f9f2b365c5ceec8899e436d0991f..97b659c7344282466e35e3dd23743c6a818d0f92 100644 (file)
@@ -72,7 +72,7 @@
 [%############################################################################%]
 
 [% IF bugs.size > 9 %]
-  [% bugs.size %]&nbsp;[% terms.bugs %] found.
+  [% bugs.size %] [%+ terms.bugs %] found.
 [% END %]
 
 [%############################################################################%]
@@ -99,7 +99,7 @@
 [% ELSIF bugs.size == 1 %]
   One [% terms.bug %] found.
 [% ELSE %]
-  [% bugs.size %]&nbsp;[% terms.bugs %] found.
+  [% bugs.size %] [%+ terms.bugs %] found.
 [% END %]
 
 <br>