I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f6a0799e authored by idk's avatar idk
Browse files

fix lingering semicolons

parent 813b6486
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<section class="browser-front-wrapper"> <section class="browser-front-wrapper">
<h1>{% trans bname=browser_name(), bsuff=browser_postname()%}{{ bname }}: {{ bsuff }}{% endtrans %}</h1> <h1>{% trans bname=browser_name(), bsuff=browser_postname()%}{{ bname }} {{ bsuff }}{% endtrans %}</h1>
{%- if detected_os == 'windows' -%} {%- if detected_os == 'windows' -%}
{%- set version = browser_version() -%} {%- set version = browser_version() -%}
{%- set bname = browser_name()-%} {%- set bname = browser_name()-%}
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<h1>{% trans bname=browser_name() %}{{ bname }} Downloads {% endtrans %}</h1> <h1>{% trans bname=browser_name() %}{{ bname }} Downloads {% endtrans %}</h1>
<p>{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() -%} <p>{% trans bname=browser_name(), bsuff=browser_postname(), bvers=browser_version() -%}
The {{ bname }} is a fork of TorBrowser/Mozilla Firefox ESR The {{ bname }} {{ bsuff }} is a fork of TorBrowser/Mozilla Firefox ESR
that comes preconfigured to use I2P securely. that comes preconfigured to use I2P securely.
{%- endtrans %}</p> {%- endtrans %}</p>
<p>{% trans -%} <p>{% trans -%}
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</span> </span>
</h2> </h2>
<p> <p>
{% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }}: {{ bsuff }} is an easy-to-use bundle {% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }} is an easy-to-use bundle
that provides a streamlined way to use I2P applications and to browse I2P sites. that provides a streamlined way to use I2P applications and to browse I2P sites.
Although it can provide access to the regular internet via an outproxy, it also Although it can provide access to the regular internet via an outproxy, it also
integrates secure decentralized browsing, file sharing, and e-mail.{% endtrans %} integrates secure decentralized browsing, file sharing, and e-mail.{% endtrans %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment