diff options
author | Crizzo <mail@crizzo.de> | 2014-03-09 17:59:49 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-09 17:59:49 +0100 |
commit | cace4a50d08bf3525ebb8a02c89a020b0dcbd67f (patch) | |
tree | 8c3333d336c8f02682c2b5bd201e43d8507133f6 | |
parent | f2321af9ed497ea8373ef9fdddbc3e2de010b9cd (diff) | |
download | forums-cace4a50d08bf3525ebb8a02c89a020b0dcbd67f.tar forums-cace4a50d08bf3525ebb8a02c89a020b0dcbd67f.tar.gz forums-cace4a50d08bf3525ebb8a02c89a020b0dcbd67f.tar.bz2 forums-cace4a50d08bf3525ebb8a02c89a020b0dcbd67f.tar.xz forums-cace4a50d08bf3525ebb8a02c89a020b0dcbd67f.zip |
[ticket/8785] <hr /> will only displayed when needed
PHPBB3-8785
-rw-r--r-- | phpBB/styles/prosilver/template/posting_pm_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index 0257b806c8..c7d3af217e 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -26,7 +26,7 @@ </dl> <!-- ENDIF --> </div> - <hr /> + <!-- IF .to_recipient or .bcc_recipient --><hr /><!-- ENDIF --> <div class="column1"> <!-- IF .to_recipient --> <dl> |