Author: nbelaevski
Date: 2008-03-25 13:54:21 -0400 (Tue, 25 Mar 2008)
New Revision: 7222
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
Log:
Duplication for cellspacing attribute removed:
http://jira.jboss.com/jira/browse/RF-2760
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
===================================================================
---
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2008-03-25
17:46:16 UTC (rev 7221)
+++
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2008-03-25
17:54:21 UTC (rev 7222)
@@ -8,7 +8,7 @@
<f:call name="getContentId"/>
</f:attribute>
<f:call name="utils.encodePassThruWithExclusions">
- <f:parameter
value="styleClass,class,onclick,onselect,width,height,rows,frame,bgcolor,border,rules,cellpadding"/>
+ <f:parameter
value="styleClass,class,onclick,onselect,width,height,rows,frame,bgcolor,border,rules,cellpadding,cellspacing"/>
</f:call>
<f:attribute name="class">
<f:verbatim value="dr-sb-int-decor-table rich-sb-int-decor-table
"/>