tazwok rev 377

web/index.php: keep anchors during refresh
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 27 16:55:00 2011 +0100 (2011-02-27)
parents 7caaa05ff525
children 5b050ff1f2e1
files web/index.php
line diff
     1.1 --- a/web/index.php	Sun Feb 27 15:47:47 2011 +0100
     1.2 +++ b/web/index.php	Sun Feb 27 16:55:00 2011 +0100
     1.3 @@ -42,8 +42,7 @@
     1.4  <?php
     1.5  	if (isset($_GET["refresh"]))
     1.6  		echo "    <meta http-equiv=\"refresh\" content=\""
     1.7 -			.$_GET["refresh"]."; URL="
     1.8 -			.$_SERVER["REQUEST_URI"]."\">\n";
     1.9 +			.$_GET["refresh"]."\" />\n";
    1.10  ?>    <meta name="robots" content="index nofollow" />
    1.11      <link rel="shortcut icon" href="web/favicon.ico" />
    1.12      <link rel="stylesheet" type="text/css" href="web/slitaz.css" />