From 50a8328df165b02198ac628c8f02b450d2a92a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Tue, 31 May 2016 10:17:13 +0200 Subject: [PATCH] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) with a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). Signed-off-by: Srdjan --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 8887812..411c563 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -76,13 +76,12 @@

Sorry, the CAS login failed.

[% END %] -

If you have a CAS account, [% IF ( casServerUrl ) %] - please click here to login.

+

If you have a CAS account, please click here to login.

[% END %] [% IF ( casServersLoop ) %] -please choose against which one you would like to authenticate:

+

If you have a CAS account, please choose against which one you would like to authenticate: