[Kos-cvs] kos-web/include main.php,1.5,1.6
thomas at kos.enix.org
thomas at kos.enix.org
Thu Dec 30 00:30:18 CET 2004
Update of /var/cvs/kos/kos-web/include
In directory the-doors:/tmp/cvs-serv11569
Modified Files:
main.php
Log Message:
Apparemment, <a name=".."/> n'est pas correct.
Index: main.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/main.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- main.php 29 Dec 2004 20:32:36 -0000 1.5
+++ main.php 29 Dec 2004 23:30:16 -0000 1.6
@@ -35,7 +35,7 @@
global $space;
if($anchor)
- echo "<a name=\"$anchor\"/>\n";
+ echo "<a name=\"$anchor\"></a>\n";
echo "<h1>" . $title . "</h1>";
}
More information about the Kos-cvs
mailing list