Author: jholmes Date: Mon Jul 23 21:29:25 2007 New Revision: 558925 URL: http://svn.apache.org/viewvc?view=rev&rev=558925 Log: WW-2038 Extra carriage returns in simple theme templates
Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a-close.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionerror.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionmessage.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/autocompleter.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/checkboxlist.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/combobox.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/common-attributes.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/datetimepicker.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/debug.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div-close.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/dojoRequire.js struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/doubleselect.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/fielderror.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/file.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form-close.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/head.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/hidden.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/inputtransferselect.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/label.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optgroup.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optiontransferselect.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/password.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/radiomap.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/reset.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/scripting-events.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/select.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel-close.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/table.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/text.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/textarea.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/token.ftl struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/updownselect.ftl Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a-close.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a-close.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a-close.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a-close.ftl Mon Jul 23 21:29:25 2007 @@ -1 +1 @@ -</a><#rt/> +</a><#rt/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/a.ftl Mon Jul 23 21:29:25 2007 @@ -19,4 +19,4 @@ </#if> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> -><#rt/> +><#rt/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionerror.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionerror.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionerror.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionerror.ftl Mon Jul 23 21:29:25 2007 @@ -4,4 +4,4 @@ <li><span class="errorMessage">${error}</span></li> </#list> </ul> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionmessage.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionmessage.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionmessage.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/actionmessage.ftl Mon Jul 23 21:29:25 2007 @@ -4,4 +4,4 @@ <li><span class="actionMessage">${message}</span></li> </#list> </ul> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/autocompleter.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/autocompleter.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/autocompleter.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/autocompleter.ftl Mon Jul 23 21:29:25 2007 @@ -106,6 +106,4 @@ </option><#lt/> </@s.iterator> </#if> -</select> - - +</select> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/checkboxlist.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/checkboxlist.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/checkboxlist.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/checkboxlist.ftl Mon Jul 23 21:29:25 2007 @@ -30,4 +30,4 @@ </@s.iterator> <#else> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/combobox.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/combobox.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/combobox.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/combobox.ftl Mon Jul 23 21:29:25 2007 @@ -47,4 +47,4 @@ </option><#lt/> </@s.iterator> </select> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/common-attributes.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/common-attributes.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/common-attributes.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/common-attributes.ftl Mon Jul 23 21:29:25 2007 @@ -1,3 +1,3 @@ <#if parameters.accesskey?exists> accesskey="${parameters.accesskey?html}"<#rt/> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/datetimepicker.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/datetimepicker.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/datetimepicker.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/datetimepicker.ftl Mon Jul 23 21:29:25 2007 @@ -70,4 +70,4 @@ </#if> saveFormat="rfc"<#rt/> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> -></div> +></div> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/debug.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/debug.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/debug.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/debug.ftl Mon Jul 23 21:29:25 2007 @@ -56,4 +56,4 @@ <#assign index= index + 1> </#list> </table> -</div> +</div> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div-close.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div-close.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div-close.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div-close.ftl Mon Jul 23 21:29:25 2007 @@ -1 +1 @@ -</div> +</div> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/div.ftl Mon Jul 23 21:29:25 2007 @@ -7,4 +7,4 @@ </#if> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> -> +> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/dojoRequire.js URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/dojoRequire.js?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/dojoRequire.js (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/dojoRequire.js Mon Jul 23 21:29:25 2007 @@ -1,2 +1 @@ -dojo.hostenv.writeIncludes(); // not needed, but allows the Venkman debugger to work with the includes - +dojo.hostenv.writeIncludes(); // not needed, but allows the Venkman debugger to work with the includes \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/doubleselect.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/doubleselect.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/doubleselect.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/doubleselect.ftl Mon Jul 23 21:29:25 2007 @@ -108,4 +108,4 @@ ${parameters.id}Temp.options[0].selected = true; } } -</script> +</script> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/fielderror.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/fielderror.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/fielderror.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/fielderror.ftl Mon Jul 23 21:29:25 2007 @@ -36,4 +36,4 @@ </ul> </#if><#t/> </#if><#t/> -</#if><#t/> +</#if><#t/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/file.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/file.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/file.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/file.ftl Mon Jul 23 21:29:25 2007 @@ -29,4 +29,4 @@ </#if> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> -/> +/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form-close.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form-close.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form-close.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form-close.ftl Mon Jul 23 21:29:25 2007 @@ -87,4 +87,4 @@ <#if (parameters.hasTooltip?default(false))><#t/> <#lt/><!-- javascript that is needed for tooltips --> <#lt/><script type="text/javascript">dojo.require("dojo.widget.Tooltip");dojo.require("dojo.fx.html");</script> -</#if><#t/> +</#if><#t/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/form.ftl Mon Jul 23 21:29:25 2007 @@ -44,4 +44,4 @@ <#if parameters.acceptcharset?exists> accept-charset="${parameters.acceptcharset?html}"<#rt/> </#if> -> +> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/head.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/head.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/head.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/head.ftl Mon Jul 23 21:29:25 2007 @@ -10,4 +10,4 @@ <script type="text/javascript" src="<@s.url includeParams='none' value='/struts/dojo/dojo.js' includeParams="none" encode='false'/>"></script> <script type="text/javascript" - src="<@s.url includeParams='none' value='/struts/simple/dojoRequire.js' includeParams="none" encode='false'/>"></script> + src="<@s.url includeParams='none' value='/struts/simple/dojoRequire.js' includeParams="none" encode='false'/>"></script> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/hidden.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/hidden.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/hidden.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/hidden.ftl Mon Jul 23 21:29:25 2007 @@ -12,4 +12,4 @@ <#if parameters.cssStyle?exists> style="${parameters.cssStyle?html}"<#rt/> </#if> -/> +/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/inputtransferselect.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/inputtransferselect.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/inputtransferselect.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/inputtransferselect.ftl Mon Jul 23 21:29:25 2007 @@ -99,5 +99,4 @@ </#if> </td> </tr> -</table> - +</table> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/label.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/label.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/label.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/label.ftl Mon Jul 23 21:29:25 2007 @@ -19,4 +19,4 @@ <#if parameters.nameValue?exists> <@s.property value="parameters.nameValue"/><#t/> </#if> -</label> +</label> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optgroup.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optgroup.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optgroup.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optgroup.ftl Mon Jul 23 21:29:25 2007 @@ -25,4 +25,4 @@ </#list> </optgroup> </#list> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optiontransferselect.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optiontransferselect.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optiontransferselect.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/optiontransferselect.ftl Mon Jul 23 21:29:25 2007 @@ -266,5 +266,4 @@ </#if> </td> </tr> -</table> - +</table> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/password.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/password.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/password.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/password.ftl Mon Jul 23 21:29:25 2007 @@ -32,4 +32,4 @@ </#if> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> -/> +/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/radiomap.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/radiomap.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/radiomap.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/radiomap.ftl Mon Jul 23 21:29:25 2007 @@ -42,4 +42,4 @@ <label for="${parameters.id?html}${itemKeyStr?html}"><#rt/> ${itemValue}<#t/> </label> -</@s.iterator> +</@s.iterator> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/reset.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/reset.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/reset.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/reset.ftl Mon Jul 23 21:29:25 2007 @@ -35,4 +35,4 @@ <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> /> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/scripting-events.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/scripting-events.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/scripting-events.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/scripting-events.ftl Mon Jul 23 21:29:25 2007 @@ -39,4 +39,4 @@ </#if> <#if parameters.onchange?exists> onchange="${parameters.onchange?html}"<#rt/> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/select.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/select.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/select.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/select.ftl Mon Jul 23 21:29:25 2007 @@ -69,4 +69,4 @@ <#include "/${parameters.templateDir}/simple/optgroup.ftl" /> -</select> +</select> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel-close.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel-close.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel-close.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel-close.ftl Mon Jul 23 21:29:25 2007 @@ -1 +1 @@ -</div> +</div> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/tabbedpanel.ftl Mon Jul 23 21:29:25 2007 @@ -29,4 +29,4 @@ <#if parameters.templateCssPath?exists> templateCssPath="<@s.url value='${parameters.templateCssPath}' encode="false" includeParams='none'/>" </#if> -> +> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/table.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/table.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/table.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/table.ftl Mon Jul 23 21:29:25 2007 @@ -51,4 +51,4 @@ </td> </tr> </table> -</#if> +</#if> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/text.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/text.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/text.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/text.ftl Mon Jul 23 21:29:25 2007 @@ -32,4 +32,4 @@ </#if> <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> -/> +/> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/textarea.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/textarea.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/textarea.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/textarea.ftl Mon Jul 23 21:29:25 2007 @@ -32,4 +32,4 @@ <#if parameters.nameValue?exists> <@s.property value="parameters.nameValue"/><#t/> </#if> -</textarea> +</textarea> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/token.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/token.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/token.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/token.ftl Mon Jul 23 21:29:25 2007 @@ -1,2 +1,2 @@ <input type="hidden" name="${parameters.tokenNameField?default("")}" value="${parameters.name?default("")?html}" /> -<input type="hidden" name="${parameters.name?default("")}" value="${parameters.token?default("")?html}" /> +<input type="hidden" name="${parameters.name?default("")}" value="${parameters.token?default("")?html}" /> \ No newline at end of file Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/updownselect.ftl URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/updownselect.ftl?view=diff&rev=558925&r1=558924&r2=558925 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/updownselect.ftl (original) +++ struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/template/simple/updownselect.ftl Mon Jul 23 21:29:25 2007 @@ -32,4 +32,4 @@ </#if><#t/> </#if><#t/> </td></tr> -</table> +</table> \ No newline at end of file