=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm 2010-11-25 21:34:02 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/macros.vm 2010-12-03 08:08:32 +0000 @@ -108,21 +108,21 @@ #macro( organisationUnitSelectionTree $cleanAll $multipleSelectionAllowed $requied ) #if( $multipleSelectionAllowed ==true ) - #parse( "/dhis-web-commons/oust/selectionTreeMultipleSelect.vm" ) + #parse( "/dhis-web-commons/oust/selectionTreeMultipleSelect.vm" ) #else #parse( "/dhis-web-commons/oust/selectionTreeSingleSelect.vm" ) #end #end #macro( filterDiv $action ) -$i18n.getString( "filter_by_name" ): -
- - - -
- +$i18n.getString( "filter_by_name" ): +
+
+ #set ($value = $encoder.htmlEncode( ${key} )) + + + +
+
#end