Changeset 11498 for trunk/gsdl


Ignore:
Timestamp:
2006-03-27T15:38:58+12:00 (18 years ago)
Author:
mdewsnip
Message:

Code for handling new entities in the XML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/gti.pl

    r11487 r11498  
    796796    $text =~ s/\&amp\;lt\;/\&amp\;amp\;lt\;/g;
    797797    $text =~ s/\&amp\;gt\;/\&amp\;amp\;gt\;/g;
     798    $text =~ s/\&amp\;rarr\;/\&amp\;amp\;rarr\;/g;
     799    $text =~ s/\&amp\;mdash\;/\&amp\;amp\;mdash\;/g;
    798800    $text =~ s/</\&lt\;/g;
    799801    $text =~ s/>/\&gt\;/g;
Note: See TracChangeset for help on using the changeset viewer.