Changeset 2993


Ignore:
Timestamp:
2002-02-21T18:00:50+13:00 (22 years ago)
Author:
jrm21
Message:

Decided we should not use the filename as the title, and leave it for HTMLPlug
to guess...

File:
1 edited

Legend:

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

    r2991 r2993  
    5050$html =~ s@<hr><FONT SIZE=-1>Created with.*\n</BODY></HTML>$@</BODY></HTML>@s;
    5151
     52# xlHtml uses the filename as the title.
    5253# HTMLPlug will use the first 100 chars instead if there's no title.
    53 # Don't think that's a good idea with a spreadsheet, though...
    54 # $html =~ s@<title>.*?\.xls</title>@<title></title>@i;
     54# Don't know if that's a good idea with a spreadsheet, though...
     55$html =~ s@<title>.*?\.xls</title>@<title></title>@i;
    5556
    5657my $tmp=$html;
Note: See TracChangeset for help on using the changeset viewer.