aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_attach_body.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-02-02 08:42:53 -0800
committerMatt Friedman <maf675@gmail.com>2016-02-02 08:42:53 -0800
commit93a25893d59805b269494804b5569b71acc33f86 (patch)
tree5240d048530384131fb97ac4f4261acd7c88c357 /phpBB/styles/prosilver/template/posting_attach_body.html
parentb432f33b49e142cadc3643c4255192d4c10cc14c (diff)
downloadforums-93a25893d59805b269494804b5569b71acc33f86.tar
forums-93a25893d59805b269494804b5569b71acc33f86.tar.gz
forums-93a25893d59805b269494804b5569b71acc33f86.tar.bz2
forums-93a25893d59805b269494804b5569b71acc33f86.tar.xz
forums-93a25893d59805b269494804b5569b71acc33f86.zip
[ticket/14447] Remove trailing white spaces in Prosilver
PHPBB3-14447
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_attach_body.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_attach_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html
index 81e3186de1..da527e9a75 100644
--- a/phpBB/styles/prosilver/template/posting_attach_body.html
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html
@@ -2,12 +2,12 @@
<div class="inner">
<p>{L_ADD_ATTACHMENT_EXPLAIN} <span class="hidden" id="drag-n-drop-message">{L_PLUPLOAD_DRAG_TEXTAREA}</span></p>
-
+
<fieldset class="fields2" id="attach-panel-basic">
<dl>
<dt><label for="fileupload">{L_FILENAME}{L_COLON}</label></dt>
<dd>
- <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
+ <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
<input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" />
</dd>
</dl>