diff --git a/templates/header.html b/templates/header.html index e3690793..b4e5aede 100644 --- a/templates/header.html +++ b/templates/header.html @@ -13,17 +13,17 @@ var inMod = {% if mod %}true{% else %}false{% endif %}; var modRoot="{{ config.root }}"+(inMod ? "mod.php?/" : ""); var max_images={{ config.max_images }}; - - {% if config.locale != "en" %} - - {% endif %} - + {% endraw %} + + {% if config.locale != "en" %} + + {% endif %} {% if not nojavascript %} {% if not config.additional_javascript_compile %} diff --git a/templates/post_form.html b/templates/post_form.html index 29c7f75d..1a3ad1e3 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -47,7 +47,7 @@ {% endif %} - {% trans %}Comment *{% endtrans %} + {% trans %}Comment{% endtrans %} * @@ -61,7 +61,7 @@ {% if config.recaptcha %} - {% trans %}Verification{% endtrans %} + {% trans %}Verification{% endtrans %} * @@ -72,7 +72,7 @@ {% if config.captcha.enabled or (config.new_thread_capt and not id) %} - {% trans %}Verification{% endtrans %} + {% trans %}Verification{% endtrans %} *