src/doc: uniformize HTML output for topmenu
[nit.git] / 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