From dfc1e90480a99290bd1069a95ca7dbbbef1b39de Mon Sep 17 00:00:00 2001 From: jonathan_byrne Date: Wed, 23 Apr 2008 07:24:19 +0000 Subject: [PATCH] KTC-458 "Update On-premise Application Login, Footer, About and Community Licensing" Fixed. Added closing i18n tag. --- templates/ktcore/login.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty index 83f807e..27ad9c8 100644 --- a/templates/ktcore/login.smarty +++ b/templates/ktcore/login.smarty @@ -28,7 +28,7 @@ {$appname}
{/if} {if $smallVersion == 'Community Edition'} -

{i18n}Community Edition{i18n}

+

{i18n}Community Edition{/i18n}

{/if} {if ($errorMessage == null)}

{i18n}Please enter your details below to login.{/i18n}

-- libgit2 0.21.4