diff --git a/js/legacy.js b/js/legacy.js index 1d162b55..f1c90266 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 fe711fa0..65aaad4c 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -71,7 +71,7 @@ if ($MARKDOWN): endif; ?> - +