From 2b9aa180aac690be796b696a0a0b5f32083cfed7 Mon Sep 17 00:00:00 2001 From: Maurizio Cucchiara Date: Tue, 4 Jan 2011 11:37:14 +0000 Subject: [PATCH] WW-3551 Removed the unnecessary property parameters.body git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1054978 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/template/simple/submit.ftl | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/resources/template/simple/submit.ftl b/core/src/main/resources/template/simple/submit.ftl index 0666195ae..eb2d84384 100644 --- a/core/src/main/resources/template/simple/submit.ftl +++ b/core/src/main/resources/template/simple/submit.ftl @@ -52,7 +52,6 @@ > <#else> <#if parameters.type?? && parameters.type=="image"> -<@s.property value="parameters.body"/> <#if parameters.label??> alt="${parameters.label?html}"<#rt/>