From f2a075e3a1d402fbc1922c3dcf7a4d7fb4370832 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 14 Feb 2005 22:31:54 +0000 Subject: [PATCH 1/1] Switch to XHTML MIME type for now, fix a validation error or two. --- html/ccbs.pm | 2 +- html/templates/show-tournament.tmpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/ccbs.pm b/html/ccbs.pm index 7d5f90d..f09996a 100755 --- a/html/ccbs.pm +++ b/html/ccbs.pm @@ -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; diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index 3dce27b..c756643 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -27,19 +27,19 @@ - - - -
Antall grupper +
Antall som går videre fra hver gruppe +
Antall tilfeldige sanger +
Antall selvvalgte sanger +
-- 2.39.2