Changeset 15886


Ignore:
Timestamp:
2008-06-05T19:03:54+12:00 (16 years ago)
Author:
ak19
Message:

Forgot & before operation call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/replace_srcdoc_with_html.pl

    r15842 r15886  
    195195    local $/ = undef;        # Read entire file at once
    196196    $html_contents = <FIN>;  # Now file is read in as one single 'line'
    197     unicode::ensure_utf8(\$html_contents); # turn any high bytes that aren't valid utf-8 into utf-8.
     197    &unicode::ensure_utf8(\$html_contents); # turn any high bytes that aren't valid utf-8 into utf-8.
    198198    }
    199199    close(FIN);
Note: See TracChangeset for help on using the changeset viewer.