src/doc: uniformize HTML output for topmenu
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 23 Feb 2015 14:54:06 +0000 (15:54 +0100)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 24 Feb 2015 13:57:42 +0000 (14:57 +0100)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/doc/html_templates/html_components.nit

index bc83f96..c3126f7 100644 (file)
@@ -49,7 +49,7 @@ class TplTopMenu
                var tpl = new Template
                tpl.add "<li"
                if is_active then
-                       tpl.add " class='active'"
+                       tpl.add " class=\"active\""
                end
                tpl.add ">"
                tpl.add content