Ignore:
Timestamp:
11/30/08 18:41:52 (3 years ago)
Author:
ArthurClemens
Message:

Item113: the first 16 css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GenPDFAddOn/lib/TWiki/Contrib/GenPDF.pm

    r146 r1090  
    282282   # FIXME - should this be a preference? - should use setPreferencesValue($name, $val) to set NEWTOPICLINK 
    283283   # 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; 
    285285 
    286286   # Fix the image tags to use hard-desk path range than url paths. 
     
    402402   # FIXME - should this be a preference? - should use setPreferencesValue($name, $val) to set NEWTOPICLINK 
    403403   # 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; 
    405405 
    406406   # 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.