Author: mfortun Date: 2011-07-05 16:05:19 +0200 (Tue, 05 Jul 2011) New Revision: 1049 Url: http://nuiton.org/repositories/revision/wikitty/1049 Log: * correct commons template for name element Modified: trunk/wikitty-struts/src/main/resources/template/wikitty/ws-commons.ftl Modified: trunk/wikitty-struts/src/main/resources/template/wikitty/ws-commons.ftl =================================================================== --- trunk/wikitty-struts/src/main/resources/template/wikitty/ws-commons.ftl 2011-07-05 14:04:04 UTC (rev 1048) +++ trunk/wikitty-struts/src/main/resources/template/wikitty/ws-commons.ftl 2011-07-05 14:05:19 UTC (rev 1049) @@ -1,4 +1,4 @@ -name=${parameters.name} +name="${parameters.name}" <#if parameters.id?? ><#t/> id="${parameters.id}"<#t/> </#if><#t/> \ No newline at end of file