Changeset 17863 for gsdl/trunk/perllib


Ignore:
Timestamp:
2008-11-15T15:01:04+13:00 (15 years ago)
Author:
anna
Message:

change the name tidy_html switch in HTMLPlug into use_realistic_book in HTMLPlugin

File:
1 edited

Legend:

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

    r17127 r17863  
    399399    # tidy the input file
    400400    my $tidy_output_filename = $hdl_output_filename;
    401     if ($self->{'tidy_html'})
     401    if ($self->{'use_realistic_book'})
    402402    {
    403403        $tidy_output_filename = &util::filename_cat($tmp_dirname, "$tailname$suffix");
     
    498498    $suffix = lc($suffix);   
    499499   
    500     if (($self->{'tidy_html'}) || ($self->{'old_style_HDL'}))
     500    if (($self->{'use_realistic_book'}) || ($self->{'old_style_HDL'}))
    501501    {
    502502    # because the document has to be sectionalized set the description tags
Note: See TracChangeset for help on using the changeset viewer.