more various changes

This commit is contained in:
JT Smith 2006-04-18 21:01:30 +00:00
parent 5da0204a28
commit 19f0f7fd72
6 changed files with 23 additions and 2 deletions

View file

@ -537,6 +537,7 @@ sub www_view {
my $self = shift;
my $check = $self->checkView;
return $check if (defined $check);
$self->session->http->setLastModified($self->get("revisionDate"));
$self->session->http->sendHeader;
$self->prepareView;
my $style = $self->processStyle("~~~");