From 4601332af0bc8bfec3cc789f8666f9d982053c96 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 12 Feb 2021 08:48:19 +0100 Subject: [PATCH] fix generated HTML --- templates/web/edugain/create_accounts.tt2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/edugain/create_accounts.tt2.html b/templates/web/edugain/create_accounts.tt2.html index 2e0c5ed..335ae9e 100644 --- a/templates/web/edugain/create_accounts.tt2.html +++ b/templates/web/edugain/create_accounts.tt2.html @@ -70,7 +70,7 @@ <div class="callout warning"> [% lh.maketext( - "eduPersonAffiliation and eduPersonScopedAffilisation attributes are assigned <a href=\"[_1]\">quite differently from federation to federation<a>, therefore their values should be handled with great care." + "eduPersonAffiliation and eduPersonScopedAffilisation attributes are assigned <a href=\"[_1]\">quite differently from federation to federation</a>, therefore their values should be handled with great care." "http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt" ) %] </div> -- GitLab