Changeset 3038 for trunk


Ignore:
Timestamp:
2002-03-04T12:23:40+13:00 (22 years ago)
Author:
jrm21
Message:

Put \" \" around href for srclink, in case the collection name has spaces
in it.

File:
1 edited

Legend:

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

    r2980 r3038  
    333333    $doc_obj->associate_file($filename, "doc.$doc_ext", undef, $cursection);
    334334
    335     my $doclink = "<a href=_httpcollection_/index/assoc/[archivedir]/doc.$doc_ext>";
     335    my $doclink = "<a href=\"_httpcollection_/index/assoc/[archivedir]/doc.$doc_ext\">";
    336336    $doc_obj->add_utf8_metadata ($cursection, "srclink",  $doclink);
    337337    $doc_obj->add_utf8_metadata ($cursection, "srcicon",  "_icon".$doc_ext."_");
Note: See TracChangeset for help on using the changeset viewer.