[Kos-cvs] kos-web/include main.php,1.3,1.4
thomas at kos.enix.org
thomas at kos.enix.org
Wed Dec 29 21:26:16 CET 2004
Update of /var/cvs/kos/kos-web/include
In directory the-doors:/tmp/cvs-serv4390
Modified Files:
main.php
Log Message:
Detail de conformité W3C.
Index: main.php
===================================================================
RCS file: /var/cvs/kos/kos-web/include/main.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- main.php 28 Dec 2004 23:45:11 -0000 1.3
+++ main.php 29 Dec 2004 20:26:14 -0000 1.4
@@ -19,13 +19,13 @@
echo "(Could not find included file : $fname)";
return ;
}
-
+
include ("$topsrcdir/$fname");
}
-/* Function to start a new content section
+/* Function to start a new content section
$title = title of the section
$anchor = name for the # anchor */
@@ -34,7 +34,7 @@
global $kos_color;
global $space;
- echo "<a name=$anchor></a>\n";
+ echo "<a name=\"$anchor\"/>\n";
echo "<h1>" . $title . "</h1>";
}
More information about the Kos-cvs
mailing list