=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js 2010-02-01 20:21:20 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js 2010-02-03 11:08:38 +0000 @@ -249,6 +249,7 @@ str = str.replace( /\"/g, "%22" ); str = str.replace( /\#/g, "%23" ); str = str.replace( /\$/g, "%24" ); + str = str.replace( /\%/g, "%25" ); str = str.replace( /\&/g, "%26" ); str = str.replace( /\'/g, "%27" ); str = str.replace( /\(/g, "%28" );