From 4e83bde435f851aab98c87a542e367f2c29084dc Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 30 Aug 2013 09:59:32 +0000
Subject: [PATCH] Extracted HTTP and HTTPS outproxies from string

---
 i2p2www/pages/site/about/browser-config.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/i2p2www/pages/site/about/browser-config.html b/i2p2www/pages/site/about/browser-config.html
index 70244ca4b..488c6d122 100644
--- a/i2p2www/pages/site/about/browser-config.html
+++ b/i2p2www/pages/site/about/browser-config.html
@@ -80,9 +80,9 @@ Instead, it is meant to be used as an internal network.
 services are run by by private volunteers and could be shut down or
 unreachable at anytime.</b>
 {%- endtrans %}</p>
-<p>{% trans -%}
-By default, I2P comes with two outproxies configured: <code>false.i2p</code>
-(an HTTP-only proxy) and <code>outproxy-tor.meeh.i2p</code> (an HTTPS proxy
+<p>{% trans http='false.i2p', https='outproxy-tor.meeh.i2p' -%}
+By default, I2P comes with two outproxies configured: <code>{{ http }}</code>
+(an HTTP-only proxy) and <code>{{ https }}</code> (an HTTPS proxy
 routed through Tor.
 {%- endtrans %}</p>
 <p>{% trans -%}
-- 
GitLab