nlopess Tue Jun 21 09:17:23 2005 EDT
Modified files:
/phpdoc/htmlhelp filter_files.php
Log:
this change was missing from latest XSL patch
http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.13&r2=1.14&ty=u
Index: phpdoc/htmlhelp/filter_files.php
diff -u phpdoc/htmlhelp/filter_files.php:1.13
phpdoc/htmlhelp/filter_files.php:1.14
--- phpdoc/htmlhelp/filter_files.php:1.13 Tue Jun 21 08:35:34 2005
+++ phpdoc/htmlhelp/filter_files.php Tue Jun 21 09:17:21 2005
@@ -1,4 +1,4 @@
-<?php // $Id: filter_files.php,v 1.13 2005/06/21 12:35:34 techtonik Exp $
+<?php // $Id: filter_files.php,v 1.14 2005/06/21 13:17:21 nlopess Exp $
/*
This file is part of the Windows Compiled HTML Help
@@ -199,7 +199,7 @@
// End that pageText div before the user notes
$content = str_replace(
'<a id="user_notes">',
- '</div><a name="_user_notes">',
+ '</div><a id="user_notes">',
$content
);