benitlux/view: add missing opening <html> tag
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 23 Sep 2014 19:25:27 +0000 (15:25 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 23 Sep 2014 19:25:32 +0000 (15:25 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/benitlux/src/benitlux_view.nit

index 6c5d53b..d35d6d9 100644 (file)
@@ -43,6 +43,7 @@ class BenitluxDocument
        do
                add """
 <!DOCTYPE html>
+<html>
 <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">