Changeset 8794


Ignore:
Timestamp:
2004-12-14T10:58:20+13:00 (19 years ago)
Author:
jrm21
Message:

remove trailing \n from meta tags (bug reported by Tim Finney, 13 Dec 2004)

File:
1 edited

Legend:

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

    r8767 r8794  
    729729    # clean up and add
    730730    $value =~ s/\s+/ /gs;
     731    chomp($value); # remove trailing \n, if any
    731732    if (exists $creator_fields{lc($tag)}) {
    732733        # map this value onto greenstone's "Creator" metadata
Note: See TracChangeset for help on using the changeset viewer.