Changeset 17927
- Timestamp:
- 2008-11-27 03:33:09 (1 month ago)
- Files:
-
- gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/perllib/plugins/HTMLPlugin.pm
r17863 r17927 477 477 478 478 # 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"`; 480 480 481 481 # write result back to the tmp file
