]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.pm
The "edit scores" backend now finds out which update button was pressed.
[ccbs] / html / ccbs.pm
index 7d5f90dd0a4abf827367ca7d164ed232f0be6060..f09996a1935ca1ef345d7421462cd166456b51cd 100755 (executable)
@@ -8,7 +8,7 @@ use warnings;
 our $ccbs_dbdebug = 0;
        
 sub print_header {
-       print CGI::header(-type=>'text/html; charset=utf-8');
+       print CGI::header(-type=>'application/xhtml+xml; charset=utf-8');
 }
 sub print_see_other {
        my $location = shift;