diff --git a/theme/bulma/header.php b/theme/bulma/header.php
index 0e7def2..d5cf28d 100644
--- a/theme/bulma/header.php
+++ b/theme/bulma/header.php
@@ -241,7 +241,7 @@ $start = $time;
diff --git a/theme/bulma/login.php b/theme/bulma/login.php
index 52cc4b1..e9079f5 100644
--- a/theme/bulma/login.php
+++ b/theme/bulma/login.php
@@ -36,7 +36,7 @@
}
} // Errors
elseif (isset($error)) {
- echo '
' . $error . '
';
+ echo '
' . $error . '
';
}
// Login page
if (isset($_GET['login'])) {
diff --git a/theme/bulma/main.php b/theme/bulma/main.php
index 08d2426..041dbe6 100644
--- a/theme/bulma/main.php
+++ b/theme/bulma/main.php
@@ -421,7 +421,6 @@ function setupTagsInput() {
- } ?>