diff options
author | Crizzo <mail@crizzo.de> | 2014-03-09 14:21:17 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-09 14:21:17 +0100 |
commit | f2321af9ed497ea8373ef9fdddbc3e2de010b9cd (patch) | |
tree | be5004b2676742c2a8ef28b420b80183b768d98f | |
parent | 9ef79776a955e20995f2abfa1ce9fd0188ae4e83 (diff) | |
download | forums-f2321af9ed497ea8373ef9fdddbc3e2de010b9cd.tar forums-f2321af9ed497ea8373ef9fdddbc3e2de010b9cd.tar.gz forums-f2321af9ed497ea8373ef9fdddbc3e2de010b9cd.tar.bz2 forums-f2321af9ed497ea8373ef9fdddbc3e2de010b9cd.tar.xz forums-f2321af9ed497ea8373ef9fdddbc3e2de010b9cd.zip |
[ticket/8785] Adds blank lines at file end
PHPBB3-8785
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/posting_pm_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index ab812a40e6..7d53c8a873 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -185,4 +185,4 @@ <!-- ENDIF --> </div> -</div>
\ No newline at end of file +</div> diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index 066112b720..0257b806c8 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -87,4 +87,4 @@ <!-- ENDIF --> </fieldset> </div> -</div>
\ No newline at end of file +</div> |