Changeset 3349


Ignore:
Timestamp:
2002-08-13T11:29:48+12:00 (22 years ago)
Author:
sjboddie
Message:

Bug fix.

File:
1 edited

Legend:

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

    r3247 r3349  
    231231        print $outhandle "HTMLPlug: WARNING: $file appears to contain no Section tags so\n";
    232232        print $outhandle "          will be processed as a single section document\n";
    233         $self->process_section($$textref, $base_dir, $file, $doc_obj, $cursection);
     233        $self->process_section($textref, $base_dir, $file, $doc_obj, $cursection);
    234234        } else {
    235235        print $outhandle "HTMLPlug: WARNING: $file contains the following text outside\n";
Note: See TracChangeset for help on using the changeset viewer.