=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm 2012-03-01 08:09:34 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/responsePSDataElement.vm 2012-02-20 02:02:22 +0000 @@ -4,7 +4,11 @@ [DE:$psId.$dataElement.id] $encoder.xmlEncode( $dataElement.name ) - $!dataElement.optionSet.options + + #if( $!dataElement.optionSet.options ) + $encoder.xmlEncode($!dataElement.optionSet.options.toString()) + #end + #end \ No newline at end of file