diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
commit | e75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch) | |
tree | e19b43031fb0ef1012319ac8b6a694953c90d0a3 /template/default/attachment | |
parent | 61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff) | |
download | bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.gz bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.xz |
Bug 129442 - make html of a default installation (mostly) HTML 4.01
transitional compliant
Original patch by chema@ximian.com, modified/extended by
bbaetz@student.usyd.edu.au
r=gerv, justdave
Diffstat (limited to 'template/default/attachment')
-rwxr-xr-x | template/default/attachment/list.atml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/default/attachment/list.atml b/template/default/attachment/list.atml index 12eeb03e7..794f92f59 100755 --- a/template/default/attachment/list.atml +++ b/template/default/attachment/list.atml @@ -33,9 +33,9 @@ <tr> <td valign="top"> [% IF attachment.isobsolete %] - <strike><a href="attachment.cgi?id=[% attachment.attachid %]&action=view">[% attachment.description FILTER html %]</a></strike> + <strike><a href="attachment.cgi?id=[% attachment.attachid %]&action=view">[% attachment.description FILTER html %]</a></strike> [% ELSE %] - <a href="attachment.cgi?id=[% attachment.attachid %]&action=view">[% attachment.description FILTER html %]</a> + <a href="attachment.cgi?id=[% attachment.attachid %]&action=view">[% attachment.description FILTER html %]</a> [% END %] </td> @@ -63,7 +63,7 @@ <td valign="top"> [% IF attachment.canedit %] - <a href="attachment.cgi?id=[% attachment.attachid %]&action=edit">Edit</a> + <a href="attachment.cgi?id=[% attachment.attachid %]&action=edit">Edit</a> [% ELSE %] None [% END %] @@ -73,10 +73,10 @@ <tr> <td colspan="4"> - <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.) + <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.) </td> <td colspan="1"> - <a href="attachment.cgi?bugid=[% bugid %]&action=viewall">View All</a> + <a href="attachment.cgi?bugid=[% bugid %]&action=viewall">View All</a> </td> </tr> </table> |