svn commit: r920615 - /ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl

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

svn commit: r920615 - /ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl

lektran
Author: lektran
Date: Tue Mar  9 01:45:03 2010
New Revision: 920615

URL: http://svn.apache.org/viewvc?rev=920615&view=rev
Log:
Remove another piece of unnecessary encoding

Modified:
    ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl

Modified: ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl?rev=920615&r1=920614&r2=920615&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Tue Mar  9 01:45:03 2010
@@ -77,7 +77,7 @@ under the License.
         <li class="org">${orgName}</li>
       </#if>
       <#if userLogin.partyId?exists>
-        <li class="user"><a href="/partymgr/control/viewprofile?partyId=${userLogin.partyId}${externalKeyParam?if_exists}">${userName}</a></li>
+        <li class="user"><a href="/partymgr/control/viewprofile?partyId=${userLogin.partyId}${StringUtil.wrapString(externalKeyParam!)}">${userName}</a></li>
       <#else>
         <li class="user">${userName}</li>
       </#if>