Changeset 2860


Ignore:
Timestamp:
2001-11-27T09:32:15+13:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

Location:
trunk/gsdl/bin/script
Files:
1 added
1 edited

Legend:

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

    r2815 r2860  
    1717
    1818    # sort out the <<I>> image tags
    19     $line =~ s/&lt;&lt;I&gt;&gt;\s*(\w+\.(?:png|jpe?g|gif))/<center><img src=\"$1\"></center><br>\n/igs;
     19    $line =~ s/&lt;&lt;I&gt;&gt;\s*(\w+\.(?:png|jpe?g|gif))/<center><img src=\"$1\"><\/center><br>\n/igs;
    2020
    2121    if ($line =~ /&lt;&lt;TOC(\d+)&gt;&gt;(.*)/) {
Note: See TracChangeset for help on using the changeset viewer.