diff --git a/assets/css/app.css b/assets/css/app.css
index 380b5cd..7526a10 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -653,7 +653,7 @@ iframe {
opacity: 0;
}
-.login-form {
+#login-form {
margin-bottom: 20px;
}
diff --git a/templates/bookmark_links.php b/templates/bookmark_links.php
index ad20af5..099f2e1 100644
--- a/templates/bookmark_links.php
+++ b/templates/bookmark_links.php
@@ -6,9 +6,7 @@
data-action="bookmark"
data-item-id="= $item['id'] ?>"
data-reverse-label="= t('bookmark') ?>"
- >
- = t('remove bookmark') ?>
-
+ >= t('remove bookmark') ?>
- = t('bookmark') ?>
-
+ >= t('bookmark') ?>
\ No newline at end of file
diff --git a/templates/config.php b/templates/config.php
index 52bac8a..6e4f68b 100644
--- a/templates/config.php
+++ b/templates/config.php
@@ -107,7 +107,7 @@
= t('Download the entire database') ?> = t('(Gzip compressed Sqlite file)') ?>
- = t('Add a new database (new user)') ?>
+ = t('Add a new database (new user)') ?>
@@ -117,7 +117,7 @@
= t('About') ?>
- = t('Miniflux version:') ?> = APP_VERSION ?>
- - = t('Official website:') ?> http://miniflux.net
+ - = t('Official website:') ?> http://miniflux.net
- = t('Update Miniflux') ?> (= t('Don\'t forget to backup your database') ?>)
diff --git a/templates/item.php b/templates/item.php
index 6674dba..1360e08 100644
--- a/templates/item.php
+++ b/templates/item.php
@@ -15,9 +15,7 @@
data-item-id="= $item['id'] ?>"
id="show-= $item['id'] ?>"
= $item['status'] === 'read' ? 'class="read"' : '' ?>
- >
- = Helper\escape($item['title']) ?>
-
+ >= Helper\escape($item['title']) ?>
>
diff --git a/templates/login.php b/templates/login.php
index f768844..869833b 100644
--- a/templates/login.php
+++ b/templates/login.php
@@ -28,7 +28,7 @@
= Helper\escape($errors['login']) ?>
-