diff options
author | Evgeni Golov <evgeni@golov.de> | 2013-12-01 11:24:02 +0100 |
---|---|---|
committer | Evgeni Golov <evgeni@golov.de> | 2013-12-02 19:52:50 +0100 |
commit | af1daea1912b8250bbbd01c88ebb03065cb28abe (patch) | |
tree | fd912899101409aa0392e0b327f80f6acc3debc8 | |
parent | 9772578ee25046c92b4adefe8fe8df93a297dc85 (diff) | |
download | wallabag-af1daea1912b8250bbbd01c88ebb03065cb28abe.tar.gz wallabag-af1daea1912b8250bbbd01c88ebb03065cb28abe.tar.zst wallabag-af1daea1912b8250bbbd01c88ebb03065cb28abe.zip |
proper spacing around 'or'
-rw-r--r-- | themes/default/config.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig index 3c0ad62f..4e1ef396 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -10,7 +10,7 @@ | |||
10 | <ul> | 10 | <ul> |
11 | <li>firefox: <a href="https://addons.mozilla.org/fr/firefox/addon/poche/" title="download the firefox extension">{% trans "download the extension" %}</a></li> | 11 | <li>firefox: <a href="https://addons.mozilla.org/fr/firefox/addon/poche/" title="download the firefox extension">{% trans "download the extension" %}</a></li> |
12 | <li>chrome: <a href="http://doc.inthepoche.com/doku.php?id=users:chrome_extension" title="download the chrome extension">{% trans "download the extension" %}</a></li> | 12 | <li>chrome: <a href="http://doc.inthepoche.com/doku.php?id=users:chrome_extension" title="download the chrome extension">{% trans "download the extension" %}</a></li> |
13 | <li>android: <a href="https://f-droid.org/repository/browse/?fdid=fr.gaulupeau.apps.Poche" title="download the application">{% trans "via f-droid" %}</a>{% trans "or" %}<a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" title="download the application">{% trans "via google play" %}</a></li> | 13 | <li>android: <a href="https://f-droid.org/repository/browse/?fdid=fr.gaulupeau.apps.Poche" title="download the application">{% trans "via f-droid" %}</a> {% trans "or" %} <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" title="download the application">{% trans "via google play" %}</a></li> |
14 | <li>windows phone: <a href="http://www.windowsphone.com/en-us/store/app/poche/334de2f0-51b5-4826-8549-a3d805a37e83" title="download the window phone application">{% trans "download the application" %}</a></li> | 14 | <li>windows phone: <a href="http://www.windowsphone.com/en-us/store/app/poche/334de2f0-51b5-4826-8549-a3d805a37e83" title="download the window phone application">{% trans "download the application" %}</a></li> |
15 | <li> | 15 | <li> |
16 | <form method="get" action="index.php"> | 16 | <form method="get" action="index.php"> |