[Kos-cvs] kos-web/include toc.php,1.13,1.14

thomas at kos.enix.org thomas at kos.enix.org
Tue Dec 27 15:45:54 CET 2005


Update of /var/cvs/kos/kos-web/include
In directory the-doors:/tmp/cvs-serv15213

Modified Files:
	toc.php 
Log Message:
Fix TOC stuff.

Index: toc.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/toc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- toc.php	27 Dec 2005 14:45:23 -0000	1.13
+++ toc.php	27 Dec 2005 14:45:52 -0000	1.14
@@ -37,9 +37,9 @@
     $url = $topsrcdir . "/$url?lang=$lang$anchor;
 
   if($current == $toc_entry)
-    echo "  <a class=\"current_topic\" href=\"" . $url . \">$title</a><br/>\n";
+    echo "  <a class=\"current_topic\" href=\"" . $url . "\">$title</a><br/>\n";
   else
-    echo "  <a class=\"other_topic\" href=\"" . $url . \">$title</a><br/>\n";
+    echo "  <a class=\"other_topic\" href=\"" . $url . "\">$title</a><br/>\n";
 }
 
 



More information about the Kos-cvs mailing list