From 7b1928cf51e181f2ad974902fd83f5ac351b7489 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 26 Oct 2013 11:06:06 +0000 Subject: [PATCH] Changes after propagation --- i2p2www/pages/downloads/debian.html | 2 +- i2p2www/pages/site/comparison/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index e331fbfd..e1e688b3 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -108,7 +108,7 @@ For Testing or Unstable:
-
  • {% trans repokey='/_static/debian-repo.pub' -%} +
  • {% trans repokey=url_for('static', filename='debian-repo.pub') -%} Download the key used to sign the repository and add it to apt: {%- endtrans %}
        apt-key add debian-repo.pub diff --git a/i2p2www/pages/site/comparison/index.html b/i2p2www/pages/site/comparison/index.html index f87651a5..e473eb94 100644 --- a/i2p2www/pages/site/comparison/index.html +++ b/i2p2www/pages/site/comparison/index.html @@ -29,9 +29,9 @@ The following are discussed on the other networks
  • Haystack
  • -

    {% trans trac=i2pconv('trac.i2p2.i2p') -%} +

    {% trans trac='https://trac.i2p2.de/report/1' -%} The content of this page is subject to update, discussion and dispute, and we welcome comments and additions. -You may contribute an analysis by entering a new ticket on Trac. +You may contribute an analysis by entering a new ticket on Trac. {%- endtrans %}

    {% endblock %}