diff options
author | timeless <timeless@bemail.org> | 2011-01-22 22:22:59 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2011-01-22 22:22:59 +0100 |
commit | 8c73136c4473641b1e2949f31200b662c05b1e05 (patch) | |
tree | 769c7ccd43456d2c78e5f3faf9fc874d28121595 /template | |
parent | 3ba91b28893ab0192f995067404c90f2143e425a (diff) | |
download | bugzilla-8c73136c4473641b1e2949f31200b662c05b1e05.tar.gz bugzilla-8c73136c4473641b1e2949f31200b662c05b1e05.tar.xz |
Bug 621128 - Remove trailing whitespace from '<div id="view_disabled" >'
[r=reed a=LpSolit]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 3630aad5e..56d2b8a80 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -162,7 +162,7 @@ [% IF !attachment.datasize %] <div><b>The content of this attachment has been deleted.</b></div> [% ELSIF !Param("allow_attachment_display") %] - <div id="view_disabled" > + <div id="view_disabled"> <p><b> The attachment is not viewable in your browser due to security restrictions enabled by your [% terms.Bugzilla %] administrator. |