Skip to content

Commit

Permalink
[ticket/12567] wrap to top
Browse files Browse the repository at this point in the history
PHPBB3-12567
  • Loading branch information
senky committed Nov 22, 2014
1 parent 1792856 commit b928934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/template/viewtopic_body.html
Expand Up @@ -313,7 +313,7 @@ <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.P

</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>
Expand Down

0 comments on commit b928934

Please sign in to comment.