diff --git a/js/legacy.js b/js/legacy.js index 1d162b5..f1c9026 100644 --- a/js/legacy.js +++ b/js/legacy.js @@ -220,7 +220,9 @@ function removeHiddenFromId(id) { var element = document.getElementById(id); - if (element) element.className = element.className.replace(/\bhidden\b/g, ''); + if (element) { + element.className = element.className.replace(/\bhidden\b/g, ''); + } } /** diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index fe711fa..65aaad4 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -71,7 +71,7 @@ if ($MARKDOWN): endif; ?> - +