changeset 28:ab06d838d916

Cosmetics & comments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Sep 2011 10:55:16 +0300
parents 7655db03ea60
children ac51fc10414f
files index.php
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Mon Sep 05 10:54:47 2011 +0300
+++ b/index.php	Mon Sep 05 10:55:16 2011 +0300
@@ -141,6 +141,7 @@
   fclose($fp);
 }
 
+// Read classfile
 $fp = @fopen($classFile, "rb");
 $classes = array();
 if ($fp) {
@@ -425,7 +426,9 @@
 
 echo $out;
 
-echo "<div style=\"position: relative; top: 5em; font-size: 5pt;\"><hr />Yhteydenotot <b>ccr @ IRCNet</b> tai <b>ccr at tnsp.org</b>, en vastaa mahdollisista virheistä tiedoissa.</div>\n";
+echo "<div style=\"position: relative; top: 5em; font-size: 5pt;\"><hr />
+Yhteydenotot <b>ccr @ IRCNet</b> tai <b>ccr at tnsp dot org</b>. En vastaa mahdollisista virheistä tiedoissa!
+</div>\n";
 
 if ($miniMode) echo "</div>\n";
 printPageFooter();