summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/header.j2.inc2
m---------inc0
-rw-r--r--template/wallet.html.j22
3 files changed, 2 insertions, 2 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 1e2f5c82..65b2c710 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -61,4 +61,4 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
- <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('news/rss.xml') }}" />
+ <link rel="alternate" type="application/rss+xml" title="Taler.net rss" href="{{ url_localized('rss.xml') }}" />
diff --git a/inc b/inc
-Subproject 9e9363ec2797fcb51f998ce6e388eb9877e8788
+Subproject ebed74abfc2c3acb1c12df6c5b4453c6da22702
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2
index 47c183aa..1febffae 100644
--- a/template/wallet.html.j2
+++ b/template/wallet.html.j2
@@ -192,7 +192,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
<!--
<h3>Firefox Beta</h3>
<ol>
- <li><a href="{{ url('releases/taler-wallet/taler-wallet-stable.xpi') }}">Download the wallet</a> (right click, Save Link As...)</li>
+ <li><a href="{{ url('releases/taler-wallet/taler-wallet-stable.xpi', virtual=True) }}">Download the wallet</a> (right click, Save Link As...)</li>
<li>On the <code>about:debugging</code> page, "Load temporary extension"</li>
</ol>