Ignore:
Timestamp:
2007-03-12T16:17:48+13:00 (17 years ago)
Author:
kjdon
Message:

Added a new option to HTMLPlug (tidy_html) - if set, will use HTMLTidy to tidy up the HTML to XHTML. This is needed if you want to use my book display stuff - Veronica.

File:
1 edited

Legend:

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

    r12970 r13968  
    15911591
    15921592    if (-e $filename) {
    1593     $doc_obj->associate_file($filename, "cover.jpg", "image/jpeg");
     1593        $doc_obj->associate_file($filename, "cover.jpg", "image/jpeg");
    15941594    $doc_obj->add_utf8_metadata($top_section, "hascover",  1);
    15951595    } else {
Note: See TracChangeset for help on using the changeset viewer.