=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2012-09-17 08:57:02 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm 2012-09-18 05:10:43 +0000 @@ -54,7 +54,7 @@ #end #set( $count = $count + 1 ) - ${encoder.htmlEncode( $dataElement.getFormNameFallback() )} + ${encoder.htmlEncode( $dataElement.getFormNameFallback() )} #foreach( $optionCombo in $optionCombos ) #set( $dataEntryId = "${dataElement.id}-${optionCombo.id}-val" ) #set( $greyedField = false )