Ignore:
Timestamp:
2005-01-12T09:49:56+13:00 (19 years ago)
Author:
mdewsnip
Message:

Bug fix in html2txt function, thanks to Emanuel Dejanu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/ghtml.pm

    r8716 r8886  
    211211
    212212    # strip out sgml tags if needed
    213     $_[0] =~ s/<[^>]>//g if $_[1];
     213    $_[0] =~ s/<[^>]*>//g if $_[1];
    214214
    215215    # convert the char entities to the standard html font
Note: See TracChangeset for help on using the changeset viewer.