diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-08-26 17:20:45 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-08-26 17:20:45 +0200 |
commit | c83ca457a002be4899390cc8a7b0c2636f69e25d (patch) | |
tree | fca90e24f30b020999c8d1024c9548370b859168 /phpBB/styles/subsilver2 | |
parent | 446607ef534650987bcda4e65023cfc1d290e794 (diff) | |
download | forums-c83ca457a002be4899390cc8a7b0c2636f69e25d.tar forums-c83ca457a002be4899390cc8a7b0c2636f69e25d.tar.gz forums-c83ca457a002be4899390cc8a7b0c2636f69e25d.tar.bz2 forums-c83ca457a002be4899390cc8a7b0c2636f69e25d.tar.xz forums-c83ca457a002be4899390cc8a7b0c2636f69e25d.zip |
[ticket/11069] Add closing span back to credit line in subsilver2 simple footer
Regression from 0ceb77fb995e7433242a87c1fe0c22840a2b23e1.
PHPBB3-11069
Diffstat (limited to 'phpBB/styles/subsilver2')
-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> |