forked from I2P_Developers/i2p.www
fix lingering semicolons
This commit is contained in:
@@ -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 @@
|
|||||||
<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 @@
|
|||||||
</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 %}
|
||||||
|
Reference in New Issue
Block a user