You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tm...@apache.org on 2006/04/11 11:12:46 UTC

svn commit: r393165 - /incubator/webwork2/action/src/main/resources/config-browser/error.ftl

Author: tmjee
Date: Tue Apr 11 02:12:45 2006
New Revision: 393165

URL: http://svn.apache.org/viewcvs?rev=393165&view=rev
Log:
terminate endPage freemarker tag properly, using <@endPage /> instead of
<@endPage>


Modified:
    incubator/webwork2/action/src/main/resources/config-browser/error.ftl

Modified: incubator/webwork2/action/src/main/resources/config-browser/error.ftl
URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/src/main/resources/config-browser/error.ftl?rev=393165&r1=393164&r2=393165&view=diff
==============================================================================
--- incubator/webwork2/action/src/main/resources/config-browser/error.ftl (original)
+++ incubator/webwork2/action/src/main/resources/config-browser/error.ftl Tue Apr 11 02:12:45 2006
@@ -3,4 +3,4 @@
 
 <@errorMessageMultiple caption="An error occured" message="Unable to execute ${action.class.name}" errors="${action.actionErrors}"/>
 
-<@endPage>
+<@endPage/> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org