Ignore:
Timestamp:
2003-07-01T15:09:15+12:00 (21 years ago)
Author:
jrm21
Message:

use add_metadata instead of add_utf8_metadata for Source and URL
metadata. If it's already utf8 it might get corrupted, but that's better
than making invalid xml.

File:
1 edited

Legend:

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

    r4821 r4845  
    220220    # like when w3mir is used to download a website).
    221221    my $web_url = "http://$file";
    222     $doc_obj->add_utf8_metadata($cursection, "URL", $web_url);
     222    $doc_obj->add_metadata($cursection, "URL", $web_url);
    223223
    224224    if ($self->{'description_tags'}) {
Note: See TracChangeset for help on using the changeset viewer.