From c70a60b719e6ee9482a123733fe991df7868a178 Mon Sep 17 00:00:00 2001 From: Kfir Hadas Date: Tue, 6 Jun 2017 03:23:30 +0300 Subject: [PATCH] UI Fixes (#246) * Fix markdown renderer Use a simple for loop instead of `for (var target of markdownTargets)`, because it's unsupported in IE. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#Browser_compatibility * view.html : HTML Fixes - Remove unmatched `` - Add missing `` - Use single quotes in {{ }} - Closing tags comments * layout.html - Use single quotes in {{ }} - Closing tags comments * help.html: Convert all `

` to `

` HTML spec doesn't allow lists inside `

` elements. * Missing semicolon in ` {% endblock %}