Ignore:
Timestamp:
2017-03-13T13:35:44+13:00 (7 years ago)
Author:
kjdon
Message:

oops, had commented out a line which meant normal ascii images weren't being blocked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm

    r31494 r31497  
    296296    # $url_original_filename = &util::upgrade_if_dos_filename($url_original_filename);
    297297    # TODO now use unicode files in block, do we need this??
    298     #$self->block_raw_filename($block_hash,$url_original_filename) if $url_original_filename ne $html_fname;
     298    $self->block_raw_filename($block_hash,$url_original_filename) if $url_original_filename ne $html_fname;
    299299
    300300    # but only add the linked file to the blocklist if the current html file does not link to itself
Note: See TracChangeset for help on using the changeset viewer.