- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 13:42:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes In directory hutz:/tmp/cvs-serv31187/WebContent/WEB-INF/resources/templates/includes Modified Files: macros_index.vm Log Message: removed old javascript characters Index: macros_index.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/macros_index.vm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- macros_index.vm 30 Sep 2009 09:32:00 -0000 1.9 +++ macros_index.vm 30 Sep 2009 13:42:31 -0000 1.10 @@ -131,7 +131,7 @@ #if ($param.getLongName($lang)) #set($param_name=$param.getLongName($lang)) #else #set($param_name=$param.getName()) #end #set($defaults = $param.getMapOfDefaultValue()) <label><span>$param_name:</span> - <textarea name="$param.getName()" class="option_input">#foreach($default in $defaults)$default.Name#end</textarea>' + + <textarea name="$param.getName()" class="option_input">#foreach($default in $defaults)$default.Name#end</textarea> </label> #end
Received on Wednesday, 30 September 2009 13:42:34 UTC