X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FXMLPage.pm;fp=ND%2FWeb%2FXMLPage.pm;h=f2353f4c0d2e8487d12bff8c313217e06268bcf9;hb=f6155125bc8587e34bcb8c9bafb283b7651edc8f;hp=561fdc8f608c9535c91219eb13239916ca76ce56;hpb=10ace39e7c4d85a47236e097f7addb6056a3dc38;p=ndwebbie.git diff --git a/ND/Web/XMLPage.pm b/ND/Web/XMLPage.pm index 561fdc8..f2353f4 100644 --- a/ND/Web/XMLPage.pm +++ b/ND/Web/XMLPage.pm @@ -79,7 +79,7 @@ sub render : method { $self->process; - my $type = 'text/html'; + my $type = 'application/xhtml+xml'; my $body; if ($self->{XML}){ $type = 'text/xml';