removed doctype for now

This commit is contained in:
Andreas Preikschat 2011-07-20 15:05:30 +02:00
parent 1214706d2a
commit 823831e075
1 changed files with 1 additions and 1 deletions

View File

@ -34,8 +34,8 @@ from openlp.core.lib.theme import BackgroundType, BackgroundGradientType, \
log = logging.getLogger(__name__)
# FIXME: Add html5 doctype. However, do not break theme gradients.
HTMLSRC = u"""
<!DOCTYPE html>
<html>
<head>
<title>OpenLP Display</title>