ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/SimpleDoc.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/SimpleDoc.pm (file contents):
Revision 1.1.2.3.2.1 by williamc, Thu Aug 10 12:46:59 2000 UTC vs.
Revision 1.1.2.3.2.2 by williamc, Thu Aug 10 14:40:10 2000 UTC

# Line 62 | Line 62 | sub doctype {
62          undef $self->{docversion};
63          undef $self->{doctype};
64          $self->parse("doc");
65        if ( ! defined $self->{doctype} ) {
66          $self->parseerror("Unable to find <".$self->{doctag}.">");
67        }
65          return ($self->{doctype},$self->{docversion});
66   }
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines