Commit dfc1e90480a99290bd1069a95ca7dbbbef1b39de

Authored by jonathan_byrne
1 parent f0cd738f

KTC-458

"Update On-premise Application Login, Footer, About and Community Licensing"
Fixed. Added closing i18n tag.

Committed By: Jonathan Byrne
Reviewed By: Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8389 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
templates/ktcore/login.smarty
... ... @@ -28,7 +28,7 @@
28 28 <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="{$appname}" class="logoimage" height="50" width="252"/><br />
29 29 {/if}
30 30 {if $smallVersion == 'Community Edition'}
31   - <span class="communityLabel"><h2>{i18n}Community Edition{i18n}</h2></span>
  31 + <span class="communityLabel"><h2>{i18n}Community Edition{/i18n}</h2></span>
32 32 {/if}
33 33 {if ($errorMessage == null)}
34 34 <p class="descriptiveText">{i18n}Please enter your details below to login.{/i18n}</p>
... ...