diff options
author | Cesar G <prototech91@gmail.com> | 2014-12-09 17:59:01 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-12-09 17:59:01 -0800 |
commit | 892aa43eee0a3abdf110149f3533f32d5203eec6 (patch) | |
tree | c639aaa7dd3d8cd3ca8a43f1d82d16b26e8297b3 /phpBB/styles | |
parent | 1d8e2617479fb65e3b8f6aa225f3063d0507dbad (diff) | |
parent | 61df1ac2b394d8bc9c28a2f8e16672cb9221b63e (diff) | |
download | forums-892aa43eee0a3abdf110149f3533f32d5203eec6.tar forums-892aa43eee0a3abdf110149f3533f32d5203eec6.tar.gz forums-892aa43eee0a3abdf110149f3533f32d5203eec6.tar.bz2 forums-892aa43eee0a3abdf110149f3533f32d5203eec6.tar.xz forums-892aa43eee0a3abdf110149f3533f32d5203eec6.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/12567] wrap to top
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 621e2d6143..48bcc2e922 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -313,7 +313,7 @@ </div> - <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> + <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> </div> </div> |