diff options
-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. |