summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-19 05:15:12 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-19 05:15:12 +0100
commitef55ff99e52c80db704031d615e30f2ee30859b6 (patch)
tree1d23ec5107be31a74932b4fa5bae8c3132a04f61
parentd897ba6d79a82be5f5f49b46e96b4c1ffe6c6dbb (diff)
downloadblog-ef55ff99e52c80db704031d615e30f2ee30859b6.tar.gz
blog-ef55ff99e52c80db704031d615e30f2ee30859b6.tar.bz2
blog-ef55ff99e52c80db704031d615e30f2ee30859b6.zip
quotes
-rw-r--r--talerblog/blog/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerblog/blog/templates/index.html b/talerblog/blog/templates/index.html
index d7cfd99..290481b 100644
--- a/talerblog/blog/templates/index.html
+++ b/talerblog/blog/templates/index.html
@@ -37,7 +37,7 @@
<div class="notice">
<h3 class="taler-installed-show"><a href="{{ url_for("article", article_name=article.slug) }}">{{article.title}}</a></h3>
<h3 class="taler-installed-hide">{{article.title}} <span style="font-size: small;">(install wallet to buy/read)</span></h3>
- <p>{{ article.teaser|safe }} <a class=taler-installed-show" href="{{ url_for("article", article_name=article.slug) }}">(Read more...)</a></p>
+ <p>{{ article.teaser|safe }} <a class="taler-installed-show" href="{{ url_for("article", article_name=article.slug) }}">(Read more...)</a></p>
</div>
{% else %}
<em>(No articles available)</em>