[Kos-cvs] kos-web/include toc.php,1.14,1.15
thomas at kos.enix.org
thomas at kos.enix.org
Tue Dec 27 15:46:53 CET 2005
Update of /var/cvs/kos/kos-web/include
In directory the-doors:/tmp/cvs-serv15263
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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- toc.php 27 Dec 2005 14:45:52 -0000 1.14
+++ toc.php 27 Dec 2005 14:46:51 -0000 1.15
@@ -34,7 +34,7 @@
$url = $url_array[0];
if (strncmp ($url, "http://", 7) != 0)
- $url = $topsrcdir . "/$url?lang=$lang$anchor;
+ $url = $topsrcdir . "/" . $url . "?lang=" . $lang . $anchor;
if($current == $toc_entry)
echo " <a class=\"current_topic\" href=\"" . $url . "\">$title</a><br/>\n";
More information about the Kos-cvs
mailing list