Browse Source

Merge pull request #1117 from MissAllSunday/ssi_css

Go up button should actually have a valid ID destination
Jessica González 11 years ago
parent
commit
3b3ed0d35d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssi_examples.php

+ 1 - 1
ssi_examples.php

@@ -541,7 +541,7 @@ function template_ssi_below()
 		</div>
 			<div id="footer_section">
 				<div class="frame">
-					<a href="#top_section" id="bot" class="go_up"></a>
+					<a href="#header" id="bot" class="go_up"></a>
 					<ul class="reset">
 						<li class="copyright">
 							<span class="smalltext"><a href="http://www.simplemachines.org">Simple Machines Forum</a></span>