From 09dd4d3192073ba9ecc7feb8a5dfcd213affd525 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 24 Sep 2018 17:27:12 -0400 Subject: Bug 1493500 - Remove all trailing whitespaces from all files --- template/en/default/attachment/edit.html.tmpl | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'template/en/default/attachment/edit.html.tmpl') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index d06d4ad56..44d388ec1 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -62,8 +62,8 @@
- [% "[patch]" IF attachment.ispatch%] - + [% "[patch]" IF attachment.ispatch%] + [% attachment.description FILTER html %] [% IF can_edit %] @@ -96,28 +96,28 @@ wrap = 'soft' classes = 'block' _ editable_or_hide defaultcontent = attachment.description - %] + %]
+ value="[% attachment.filename FILTER html %]">
+ value="[% attachment.contenttype FILTER html %]">
- +
Creator: [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %]
- +
Size: [% IF attachment.datasize %] @@ -136,7 +136,7 @@
-
@@ -156,7 +156,7 @@
[% END %]
-
+
@@ -249,8 +249,8 @@ [% ELSE %]

- Attachment is not viewable in your browser because its MIME type - ([% attachment.contenttype FILTER html %]) is not one that your browser is + Attachment is not viewable in your browser because its MIME type + ([% attachment.contenttype FILTER html %]) is not one that your browser is able to display.

@@ -285,12 +285,12 @@ [% Hook.process('form_before_submit') %] - [% IF user.id %] + [% IF user.id %]

- [% END %] -
+ [% END %] +
-- cgit v1.2.3-24-g4f1b