diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-10 00:22:17 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-10-10 00:22:17 -0400 |
commit | 68641aab93865c53b676a044538b4c7b7ce53e3f (patch) | |
tree | 830117001d593bf53ac620226a34b5973930b862 /phpBB/styles | |
parent | a7893ab2993b4cebcc9dfdef20189de42db0aa78 (diff) | |
parent | c83ca457a002be4899390cc8a7b0c2636f69e25d (diff) | |
download | forums-68641aab93865c53b676a044538b4c7b7ce53e3f.tar forums-68641aab93865c53b676a044538b4c7b7ce53e3f.tar.gz forums-68641aab93865c53b676a044538b4c7b7ce53e3f.tar.bz2 forums-68641aab93865c53b676a044538b4c7b7ce53e3f.tar.xz forums-68641aab93865c53b676a044538b4c7b7ce53e3f.zip |
Merge PR #973 branch 'bantu/ticket/11069' into develop-olympus
* bantu/ticket/11069:
[ticket/11069] Add closing span back to credit line in subsilver2 simple footer
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html index db95c7952a..6cb4f401da 100644 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ b/phpBB/styles/subsilver2/template/simple_footer.html @@ -2,7 +2,7 @@ </div> <div id="wrapfooter"> - <span class="copyright">{CREDIT_LINE} + <span class="copyright">{CREDIT_LINE}</span> </div> </body> |