From b3580be428bac1b3e4b08afc5d0517787b746c0e Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 2 Mar 2018 15:33:03 +0100 Subject: [PATCH] kill spurious angle --- templates/web/en/errors.tt2.html | 2 +- templates/web/fr/errors.tt2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/en/errors.tt2.html b/templates/web/en/errors.tt2.html index b315a47..ae7b069 100644 --- a/templates/web/en/errors.tt2.html +++ b/templates/web/en/errors.tt2.html @@ -30,5 +30,5 @@ <br/> [% END %] - You can report the issue to the administrators (<a href="mailto:[% app.support_email %]>">[% app.support_email %]</a>). + You can report the issue to the administrators (<a href="mailto:[% app.support_email %]">[% app.support_email %]</a>). </div> diff --git a/templates/web/fr/errors.tt2.html b/templates/web/fr/errors.tt2.html index e3dea74..f23521f 100644 --- a/templates/web/fr/errors.tt2.html +++ b/templates/web/fr/errors.tt2.html @@ -29,5 +29,5 @@ <br/> [% END %] - You can report the issue to the administrators (<a href="mailto:[% app.support_email %]>">[% app.support_email %]</a>). + You can report the issue to the administrators (<a href="mailto:[% app.support_email %]">[% app.support_email %]</a>). </div> -- GitLab