Changeset 1090 for trunk/GenPDFAddOn/lib/TWiki/Contrib/GenPDF.pm
- Timestamp:
- 11/30/08 18:41:52 (3 years ago)
- File:
-
- 1 edited
-
trunk/GenPDFAddOn/lib/TWiki/Contrib/GenPDF.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GenPDFAddOn/lib/TWiki/Contrib/GenPDF.pm
r146 r1090 282 282 # FIXME - should this be a preference? - should use setPreferencesValue($name, $val) to set NEWTOPICLINK 283 283 # BUG: this will match _everything_ from the first open span, to the last end span, losing alot of content. 284 #$text =~ s/<span class=" twikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs;284 #$text =~ s/<span class="foswikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs; 285 285 286 286 # Fix the image tags to use hard-desk path range than url paths. … … 402 402 # FIXME - should this be a preference? - should use setPreferencesValue($name, $val) to set NEWTOPICLINK 403 403 # BUG: this will match _everything_ from the first open span, to the last end span, losing alot of content. 404 #$html =~ s/<span class=" twikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs;404 #$html =~ s/<span class="foswikiNewLink".*?>([\w\s]+)<.*?\/span>/$1/gs; 405 405 406 406 # Fix the image tags to use hard-disk path rather than relative url paths for
Note: See TracChangeset
for help on using the changeset viewer.
