From 0bb9aad087cadae4770c445f9a8afb9298233c1a Mon Sep 17 00:00:00 2001 From: kytv Date: Sat, 22 Mar 2014 16:46:15 +0000 Subject: [PATCH] fix broken anchor link (ticket #1232) --- i2p2www/pages/site/faq.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/pages/site/faq.html b/i2p2www/pages/site/faq.html index 254d9605..dcb0324b 100644 --- a/i2p2www/pages/site/faq.html +++ b/i2p2www/pages/site/faq.html @@ -40,7 +40,7 @@
  • {% trans %}How do I access IRC, BitTorrent, or other services on the regular Internet?{% endtrans %}
  • {% trans %}Is my router an "exit node"(outproxy) to the regular Internet? I don't want it to be.{% endtrans %}
  • -
  • {% trans %}I am opposed to certain types of content. How do I keep from distributing, storing, or accessing them?{% endtrans %}
  • +
  • {% trans %}I am opposed to certain types of content. How do I keep from distributing, storing, or accessing them?{% endtrans %}
  • {{ _('Errors and Their Solutions') }}

  • @@ -186,8 +186,8 @@ or by setting router.maxParticipatingTunnels=nnn on -

    {% trans %}I am opposed to certain types of content. How do I keep from distributing, storing, or accessing them?{% endtrans %} -({{ _('link') }})

    +

    {% trans %}I am opposed to certain types of content. How do I keep from distributing, storing, or accessing them?{% endtrans %} +({{ _('link') }})

    {% trans -%} Hmm. I2P is an anonymous network, so that's a tricky one. I2P is designed to withstand censorship, providing a means for everyone to communicate freely.