Patch by Jeffrey Baker <jwbaker@acm.org>
r= justdave x2
<td valign="top">[% attachment.date %]</td>
<td valign="top">
- <nobr>
[% IF attachment.statuses.size == 0 %]
<i>none</i>
[% ELSE %]
[% FOREACH s = attachment.statuses %]
- [% s FILTER html %]<br>
+ [% s FILTER html FILTER replace('\s', ' ') %]<br>
[% END %]
[% END %]
- </nobr>
</td>
<td valign="top">
<td valign="top">[% a.date %]</td>
<td valign="top">
- <nobr>
[% IF a.statuses.size == 0 %]
<i>none</i>
[% ELSE %]
[% FOREACH s = a.statuses %]
- [% s FILTER html %]<br>
+ [% s FILTER html FILTER replace('\s', ' ') %]<br>
[% END %]
[% END %]
- </nobr>
</td>
<td valign="top">