← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4742: minor fix

 

------------------------------------------------------------
revno: 4742
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-09-28 14:54:12 +0200
message:
  minor fix
modified:
  dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm


--
lp:dhis2
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
=== modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm'
--- dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm	2011-09-28 11:01:51 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/dhis-web-light/dataEntry.vm	2011-09-28 12:54:12 +0000
@@ -22,7 +22,7 @@
 				<br /><span style="color: red;">Value is out of bounds [ $validationError.min, $validationError.max ]</span>
 				#end
 
-				<input type="number" size="24" name="$key" value="$dataValues.get($key)" /> <br />
+				<input type="number" size="24" name="$key" value="$!dataValues.get($key)" /> <br />
 			#end
 		#end
 	</p>