← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 1902
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Wed 2010-05-26 13:47:25 +0200
message:
  Minor fix
modified:
  dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml


--
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-commons/src/main/resources/dhis-web-commons.xml'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml	2010-05-03 12:19:21 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml	2010-05-26 11:47:25 +0000
@@ -110,8 +110,7 @@
 			</result>
 			<result name="plainTextError" type="plainTextErrorResult">
 				<param name="parse">true</param>
-				<param name="message">${exception.class.name}:
-					${exception.message}</param>
+				<param name="message">${exception.class.name}: ${exception.message}</param>
 			</result>
 		</global-results>
 	</package>