summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun <arun@etaner.(none)>2007-10-09 18:44:19 +0200
committerArun <arun@etaner.(none)>2007-10-09 18:44:19 +0200
commitdf9e1c45709c876d827b9314c6b229952e0727d1 (patch)
tree7995399d22bf6e5d4ce4539819f89b89b64c7742 /index.php
parentdfbea65d8ae9c21190a9fe5b69ea2ee098dcede7 (diff)
downloade-DoKo-df9e1c45709c876d827b9314c6b229952e0727d1.tar.gz
e-DoKo-df9e1c45709c876d827b9314c6b229952e0727d1.tar.bz2
e-DoKo-df9e1c45709c876d827b9314c6b229952e0727d1.zip
CLEANUP: make html output a bit nicer
added some newlines and spaces
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";