]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.pm
Added template code for showing rank.
[ccbs] / html / ccbs.pm
index 915e9507f1ffa99f24924c8020db2a496eb589b2..faaae89818203b945cf2641cff11533879416ddb 100755 (executable)
@@ -9,7 +9,7 @@ use warnings;
 our $ccbs_dbdebug = 0;
        
 sub print_header {
-       print CGI::header(-type=>'application/xhtml+xml; charset=utf-8');
+       print CGI::header(-type=>'text/html; charset=utf-8');
 }
 sub print_see_other {
        my $location = shift;