← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 80: Minor fix.

 

------------------------------------------------------------
revno: 80
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-03-18 12:05:02 +0100
message:
  Minor fix.
modified:
  webservice/dhis-webservice-expoze/src/main/resources/xmlOrganisationUnits.vm

=== modified file 'webservice/dhis-webservice-expoze/src/main/resources/xmlOrganisationUnits.vm'
--- webservice/dhis-webservice-expoze/src/main/resources/xmlOrganisationUnits.vm	2009-03-03 16:46:36 +0000
+++ webservice/dhis-webservice-expoze/src/main/resources/xmlOrganisationUnits.vm	2009-03-18 11:05:02 +0000
@@ -8,7 +8,7 @@
 	    <code>$!encoder.xmlEncode( $unit.organisationUnitCode )</code>
 	    <openingDate>$!format.formatPeriod( $unit.openingDate )</openingDate>
 	    <closedDate>$!format.formatPeriod( $unit.closedDate )</closedDate>
-	    <active>$unit.active )</active>
+	    <active>$unit.active</active>
 	    <comment>$!encoder.xmlEncode( $unit.comment )</comment>
 	    <geoCode>$!encoder.xmlEncode( $unit.geoCode )</geoCode>
 	    <latitude>$!encoder.xmlEncode( $unit.latitude )</latitude>



--

https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.