Changeset 17927


Ignore:
Timestamp:
2008-11-27T03:33:09+13:00 (15 years ago)
Author:
anna
Message:

add quotes around the filename so it can handle spaces in the file

File:
1 edited

Legend:

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

    r17863 r17927  
    477477
    478478    # run html-tidy on the tmp file to make it a proper XML file
    479     my $tidyfile = `tidy -utf8 -wrap 0 -asxml $tmp_filename`;
     479    my $tidyfile = `tidy -utf8 -wrap 0 -asxml "$tmp_filename"`;
    480480
    481481    # write result back to the tmp file
Note: See TracChangeset for help on using the changeset viewer.