For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2005 > cvs: phpdoc /chm make_chm.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /chm make_chm.php
Jakub Vrana

2005-04-27, 3:57 pm

vrana Wed Apr 27 13:07:06 2005 EDT

Modified files:
/phpdoc/chm make_chm.php
Log:
Allow tags in titles (bug #28379)

http://cvs.php.net/diff.php/phpdoc/...22&r2=1.23&ty=u
Index: phpdoc/chm/make_chm.php
diff -u phpdoc/chm/make_chm.php:1.22 phpdoc/chm/make_chm.php:1.23
--- phpdoc/chm/make_chm.php:1.22 Sun Aug 24 15:07:12 2003
+++ phpdoc/chm/make_chm.php Wed Apr 27 13:07:06 2005
@@ -209,7 +209,7 @@
$contents = oneLiner("$HTML_PATH/$filename");

// Find all sublinks
- if (preg_match_all("!<DT\\s*><A\\s+HREF=\"(([\\w\\.-]+\\.)+html)(\\#[\\w\\.-]+)?\"\\s*>([^<]*)</A\\s*>!U", $contents, $matches, PREG_SET_ORDER)) {
+ if (preg_match_all("!<DT\\s*><A\\s+HREF=\"(([\\w\\.-]+\\.)+html)(\\#[\\w\\.-]+)?\"\\s*>(.*)</A\\s*>!U", $contents, $matches, PREG_SET_ORDER)) {

// Print out the file informations for all the links
fputs_wrapper($toc, "\n <ul>");
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com