You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2007/03/08 02:49:12 UTC

svn commit: r515884 - /struts/struts2/trunk/core/src/main/resources/template/simple/select.ftl

Author: rgielen
Date: Wed Mar  7 17:49:11 2007
New Revision: 515884

URL: http://svn.apache.org/viewvc?view=rev&rev=515884
Log:
WW-1747:
- improved format pattern for fraction digits

Modified:
    struts/struts2/trunk/core/src/main/resources/template/simple/select.ftl

Modified: struts/struts2/trunk/core/src/main/resources/template/simple/select.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/select.ftl?view=diff&rev=515884&r1=515883&r2=515884
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/select.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/select.ftl Wed Mar  7 17:49:11 2007
@@ -1,4 +1,4 @@
-<#setting number_format="#">
+<#setting number_format="#.#####">
 <select<#rt/>
  name="${parameters.name?default("")?html}"<#rt/>
 <#if parameters.get("size")?exists>