Commit 0ddb93f7 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 232413 - remove occurrences of   in favour of [%+ construct to prevent…

Bug 232413 - remove occurrences of   in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
parent 24768fc1
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
[% FOREACH group = mandatory_groups %] [% FOREACH group = mandatory_groups %]
<P> <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. which the group is newly mandatory and will be added.
[% END %] [% END %]
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<td> <td>
<h2>Changes to <h2>Changes to
<a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a> <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a>
of [% terms.bug %]&nbsp;[% bugid %] submitted of [% terms.bug %] [%+ bugid %] submitted
</h2> </h2>
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
</td> </td>
......
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
[% PROCESS bug/activity/table.html.tmpl %] [% PROCESS bug/activity/table.html.tmpl %]
<p> <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> </p>
[% PROCESS global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
[% ELSE %] [% ELSE %]
[% terms.Bugs %] [% terms.Bugs %]
[% END %] [% 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> depends on</h3>
[% IF dependson_ids.size > 0 %] [% IF dependson_ids.size > 0 %]
( (
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
[% ELSE %] [% ELSE %]
[% terms.Bugs %] [% terms.Bugs %]
[% END %] [% 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> blocks</h3>
[% IF blocked_ids.size > 0 %] [% IF blocked_ids.size > 0 %]
( (
......
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
<td> <td>
[% bug.resolution FILTER html %] [% bug.resolution FILTER html %]
[% IF bug.resolution == "DUPLICATE" %] [% 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 %] [% END %]
</td> </td>
<td>&nbsp;</td> <td>&nbsp;</td>
...@@ -546,7 +546,7 @@ ...@@ -546,7 +546,7 @@
[%############################################################################%] [%############################################################################%]
[% BLOCK dependencies %] [% 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> <td>
[% FOREACH depbug = bug.${dep.fieldname} %] [% FOREACH depbug = bug.${dep.fieldname} %]
[% depbug FILTER bug_link(depbug) %][% " " %] [% depbug FILTER bug_link(depbug) %][% " " %]
......
...@@ -37,12 +37,13 @@ ...@@ -37,12 +37,13 @@
<p> <p>
When marking [% terms.abug %] as a duplicate, the reporter of the duplicate When marking [% terms.abug %] as a duplicate, the reporter of the duplicate
is normally added to the CC list of the original. The permissions 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. such that the reporter would not normally be able to see it.
</p> </p>
<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 %] [% IF cclist_accessible %]
will immediately will immediately
[% ELSE %] [% ELSE %]
...@@ -58,15 +59,16 @@ ...@@ -58,15 +59,16 @@
<p> <p>
<input type="radio" name="confirm_add_duplicate" value="1"> <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>
<p> <p>
<input type="radio" name="confirm_add_duplicate" value="0" checked="checked"> <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>
<p> <p>
<a href="show_bug.cgi?id=[% duplicate_bug_id %]">Throw away my changes, <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> <p>
<input type="submit" value="Submit"> <input type="submit" value="Submit">
</p> </p>
......
...@@ -75,7 +75,7 @@ You have the following choices: ...@@ -75,7 +75,7 @@ You have the following choices:
</li> </li>
<li> <li>
<a href="show_bug.cgi?id=[% bug_id %]">Throw away my changes, <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> </li>
</ul> </ul>
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<img alt="" src="1x1.gif" width="1" height="80" align="left"> <img alt="" src="1x1.gif" width="1" height="80" align="left">
<div align="center"> <div align="center">
<b> <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> </b>
</div> </div>
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
You asked [% requestee.identity FILTER html %] You asked [% requestee.identity FILTER html %]
for <code>[% flag_type.name FILTER html %]</code> on 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 attachment [% attach_id FILTER html %], but that attachment is restricted
to users to users
in the [% Param("insidergroup") FILTER html %] group, and the user in the [% Param("insidergroup") FILTER html %] group, and the user
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
[%############################################################################%] [%############################################################################%]
[% IF bugs.size > 9 %] [% IF bugs.size > 9 %]
[% bugs.size %]&nbsp;[% terms.bugs %] found. [% bugs.size %] [%+ terms.bugs %] found.
[% END %] [% END %]
[%############################################################################%] [%############################################################################%]
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
[% ELSIF bugs.size == 1 %] [% ELSIF bugs.size == 1 %]
One [% terms.bug %] found. One [% terms.bug %] found.
[% ELSE %] [% ELSE %]
[% bugs.size %]&nbsp;[% terms.bugs %] found. [% bugs.size %] [%+ terms.bugs %] found.
[% END %] [% END %]
<br> <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment