Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
f44a3d6f
Commit
f44a3d6f
authored
Apr 16, 2002
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 137669: remove <nobr> tags from attachment status lists
Patch by Jeffrey Baker <jwbaker@acm.org> r= justdave x2
parent
e60a8991
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
list.atml
template/default/attachment/list.atml
+1
-3
viewall.atml
template/default/attachment/viewall.atml
+1
-3
No files found.
template/default/attachment/list.atml
View file @
f44a3d6f
...
...
@@ -50,15 +50,13 @@
<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">
...
...
template/default/attachment/viewall.atml
View file @
f44a3d6f
...
...
@@ -63,15 +63,13 @@
<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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment