X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ND%2FWeb%2FXMLPage.pm;h=f2353f4c0d2e8487d12bff8c313217e06268bcf9;hb=330689b8b0ac1d495052086ff8c18a8460f37acd;hp=561fdc8f608c9535c91219eb13239916ca76ce56;hpb=a5ecd18d276ae1a43b92d96e2347a077a1a52427;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';