diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-27 13:25:41 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-27 13:25:41 +0000 |
commit | 48fcdfb586c8ff4213ab05dcd849c3e11bb9740c (patch) | |
tree | fe1437b14d8083b76939edb3ddc0b6dc18d7b742 /Bug.pm | |
parent | Bug 97832 - turn on template compilation. This means that the minimum TT (diff) | |
download | bugzilla-48fcdfb586c8ff4213ab05dcd849c3e11bb9740c.tar.gz bugzilla-48fcdfb586c8ff4213ab05dcd849c3e11bb9740c.tar.bz2 bugzilla-48fcdfb586c8ff4213ab05dcd849c3e11bb9740c.zip |
Bug 105960 - xml.cgi has wrong content type, and should be standalone
r=caillon x2
Diffstat (limited to 'Bug.pm')
-rwxr-xr-x | Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ sub XML_Header { my ($urlbase, $version, $maintainer, $exporter) = (@_); my $xml; - $xml = "<?xml version=\"1.0\" standalone=\"no\"?>\n"; + $xml = "<?xml version=\"1.0\" standalone=\"yes\"?>\n"; $xml .= "<!DOCTYPE bugzilla SYSTEM \"$urlbase"; if (! ($urlbase =~ /.+\/$/)) { $xml .= "/"; |