From 738591be1e58b664146eb12b61fa4294d56b534e Mon Sep 17 00:00:00 2001 From: "Gordon P. Hemsley" Date: Wed, 17 Feb 2010 13:55:21 -0800 Subject: Bug 546340 - Change anchors to use @id r=mkanat, a=mkanat --- template/en/default/attachment/diff-file.html.tmpl | 4 ++-- template/en/default/attachment/list.html.tmpl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl index 9392ca105..a742a841e 100644 --- a/template/en/default/attachment/diff-file.html.tmpl +++ b/template/en/default/attachment/diff-file.html.tmpl @@ -53,7 +53,7 @@ incremental_restore() [% FOREACH section = sections %] [% section_num = section_num + 1 %] - +
[% IF file.is_add %] Added @@ -79,7 +79,7 @@ incremental_restore()   [% section.func_info FILTER html IF section.func_info %] [% END %] - Link Here  + Link Here 
[% current_line_old = section.old_start %] diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 6453b4e68..9efc8a4e0 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -50,9 +50,9 @@ function toggle_display(link) {
- + @@ -65,7 +65,7 @@ function toggle_display(link) { [% IF attachment.isobsolete %] [% obsolete_attachments = obsolete_attachments + 1 %] [% END %] -
- Attachments + Attachments
[% IF attachment.datasize %] - [% END %] [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] -- cgit v1.2.3-24-g4f1b