Little typo error in header.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Little typo error in header.ftl

Bruno Busco
I think it is a really fast one. No need to create a JIRA for this:

Index: framework/common/webcommon/includes/header.ftl
===================================================================
--- framework/common/webcommon/includes/header.ftl (revision 754624)
+++ framework/common/webcommon/includes/header.ftl (working copy)
@@ -116,7 +116,7 @@
               </li>
             </#list>
         <#else>
-           <li>sss${userLogin.userLoginId}</li>
+           <li>${userLogin.userLoginId}</li>
         </#if>
         <li class="control-area">
           <p class="collapsed">
Reply | Threaded
Open this post in threaded view
|

Re: Little typo error in header.ftl

Bilgin Ibryam
Thanks Bruno, fixed in r754644

On Mar 15, 2009, at 11:50 AM, Bruno Busco wrote:

> I think it is a really fast one. No need to create a JIRA for this:
>
> Index: framework/common/webcommon/includes/header.ftl
> ===================================================================
> --- framework/common/webcommon/includes/header.ftl (revision 754624)
> +++ framework/common/webcommon/includes/header.ftl (working copy)
> @@ -116,7 +116,7 @@
>               </li>
>             </#list>
>         <#else>
> -           <li>sss${userLogin.userLoginId}</li>
> +           <li>${userLogin.userLoginId}</li>
>         </#if>
>         <li class="control-area">
>           <p class="collapsed">