# | Line 265 | Line 265 | sub activatedoc { | |
---|---|---|
265 | # now parse it for the <DocType> tag | |
266 | my $tempdoc=ActiveDoc::ActiveDoc->new($self->config()); | |
267 | $tempdoc->{urlhandler}=$self->{urlhandler}; | |
268 | < | $tempdoc->url($url); |
268 | > | my $fullurl=$tempdoc->url($url); |
269 | > | $url=$fullurl; |
270 | $tempdoc->{doctypefound}=0; | |
271 | $tempdoc->newparse("doctype"); | |
272 | $tempdoc->addtag("doctype","Doc", \&Doc_Start, $tempdoc, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |