Author: lektran
Date: Tue Mar 9 01:45:03 2010
New Revision: 920615
URL:
http://svn.apache.org/viewvc?rev=920615&view=revLog:
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>