Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 997 → Rev 998

/kickup/trunk/src/ak/kickup/core/taglib/CurrentLinkTag.java
222,6 → 222,7
String currentParams = findBackPath().getCurrentParams();
if(currentParams == null) return url;
 
currentParams = currentParams.replaceAll("&", "&");
if(url.indexOf("?") > 0)
return url + "&" + backPathParam + "=" + currentParams;
else