Ignore:
Timestamp:
2010-03-08T10:26:03+13:00 (14 years ago)
Author:
kjdon
Message:

fixed up all my copy and paste errors. doh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/OpenDocumentPlugin.pm

    r21760 r21764  
    264264    #my $doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/$file_only\">";
    265265    #$doc_obj->add_utf8_metadata ("", "srclink",  $doclink);
    266     $doc_obj->add_metadata ($section, "srclink_file", "[SourceFile]");
     266    $doc_obj->add_metadata ("", "srclink_file", "[SourceFile]");
    267267    $doc_obj->add_utf8_metadata ("", "srcicon",  "<img border=\"0\" align=\"absmiddle\" src=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/thumbnail.png\" alt=\"View the Open document\" title=\"View the Open document\">");
    268268    #$doc_obj->add_utf8_metadata ("", "/srclink", "</a>");
Note: See TracChangeset for help on using the changeset viewer.