Changeset 13241


Ignore:
Timestamp:
2006-11-08T16:52:47+13:00 (17 years ago)
Author:
shaoqun
Message:

added the end tag to prevent the text after a image figure being hightlighted when mouse over

File:
1 edited

Legend:

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

    r12947 r13241  
    509509    my $anchor_name = $img_file;
    510510    $anchor_name =~ s/^.*\///;
    511     $anchor_name = "<a name=\"$anchor_name\">";
     511    $anchor_name = "<a name=\"$anchor_name\"></a>";
    512512
    513513    return $front . $img_file . $back . $anchor_name;
Note: See TracChangeset for help on using the changeset viewer.