Changeset 4908 for trunk/gsdl/perllib


Ignore:
Timestamp:
2003-07-14T12:37:36+12:00 (21 years ago)
Author:
mdewsnip
Message:

Another missing ']' causing problems.

File:
1 edited

Legend:

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

    r4894 r4908  
    285285        $doc_obj->add_metadata ($section, "Screen", "screenview.$screenviewtype");
    286286
    287         $doc_obj->add_metadata ($section, "screenicon", "<img src=_httpcollection_/index/assoc/[assocfilepath]/[Screen] width=[ScreenWidth] height=[ScreenHeight>");
     287        $doc_obj->add_metadata ($section, "screenicon", "<img src=_httpcollection_/index/assoc/[assocfilepath]/[Screen] width=[ScreenWidth] height=[ScreenHeight]>");
    288288    } else {
    289289        print $outhandle "ImagePlug: couldn't find \"$screenviewfilename\"\n";
Note: See TracChangeset for help on using the changeset viewer.