diff --git a/public_html/utilities.js b/public_html/utilities.js index 80f6049..405e822 100644 --- a/public_html/utilities.js +++ b/public_html/utilities.js @@ -12,7 +12,7 @@ var markdown = window.markdownit({html:true}) render: function (tokens, idx) { if (tokens[idx].nesting === 1) { //opening tag - return '
'; + return '
'; } else { // closing tag return '
';