summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 7d2d4ab..538bc81 100644
--- a/index.php
+++ b/index.php
@@ -349,9 +349,9 @@ else if(myisset("me"))
foreach($hashes as $hash)
{
if($hash == $me)
- echo "$i ";
+ echo "$i \n";
else
- echo "<a href=\"".$host."?me=".$hash."\">$i</a> ";
+ echo "<a href=\"".$host."?me=".$hash."\">$i</a> \n";
$i++;
}
echo "</div>\n";