techtonik Tue Jun 21 08:33:26 2005 EDT
Modified files:
/phpdoc/xsl htmlhelp.xsl
Log:
* <a name="_user_notes"> is deprecated - changing to <a id="user_notes">
+ javascript attributes to calm tidy
* comments
Probably you need to do some more changes:
$ grep -r _user_notes *
filter_files.php: '<a name="_user_notes">',
filter_files.php: '</div><a name="_user_notes">',
filter_files.php: preg_match("!(</div></div><a
name=\"_user_notes\">.+</html>)!s", $content, $_index2);
suppfiles/skins/HeaderNostalgia/skin.js: '<area shape="poly"
coords="96,4,141,4,141,20,96,20,96,4" href="#_user_notes" alt="User notes">'
+
Nuno