Small fix removed DOCTYPE

This commit is contained in:
Severin Münger
2013-09-13 00:41:31 +02:00
parent b1cf630443
commit 9c65194d91
3 changed files with 23 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ feature
do
create states.make
control.read_state (states)
data := "<!DOCTYPE html><html><head>"
data := "<html><head>"
data.append ("<link href=%"/bootstrap.min.css%" rel=%"stylesheet%">")
data.append ("<link href=%"/widget.css%" rel=%"stylesheet%">")
data.append ("</head><body>")