Changeset 11880


Ignore:
Timestamp:
2006-05-30T11:10:47+12:00 (18 years ago)
Author:
kjdon
Message:

added a #" to line 1100 so that emacs colouring is not stuffed up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r11834 r11880  
    10981098    if ($text =~ /^<\?xml.*encoding="(.+?)"/) {
    10991099        $best_encoding = $1;
    1100     } elsif ($text =~ /<meta http-equiv.*content-type.*charset=(.+?)"/i) {
     1100    } elsif ($text =~ /<meta http-equiv.*content-type.*charset=(.+?)"/i) {#"
    11011101        $best_encoding = $1;
    11021102    }
Note: See TracChangeset for help on using the changeset viewer.