From 17778ac80fd67b126e9b994e8b6faafdf988dc8e Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 30 May 2013 14:41:22 +0200 Subject: [PATCH] Fixed #574: Changed DOCTYPE to HTML5 (for base.html and base-projector.html). --- openslides/projector/templates/base-projector.html | 6 ++---- openslides/templates/base.html | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/openslides/projector/templates/base-projector.html b/openslides/projector/templates/base-projector.html index 27cfc9e92..ae086fce8 100644 --- a/openslides/projector/templates/base-projector.html +++ b/openslides/projector/templates/base-projector.html @@ -1,10 +1,8 @@ {% load tags %} {% load staticfiles %} - - - + + diff --git a/openslides/templates/base.html b/openslides/templates/base.html index dbfb66681..e424910e9 100644 --- a/openslides/templates/base.html +++ b/openslides/templates/base.html @@ -2,10 +2,8 @@ {% load i18n %} {% load staticfiles %} - - - + + @@ -26,7 +24,7 @@