Author: nbelaevski
Date: 2007-10-12 12:09:15 -0400 (Fri, 12 Oct 2007)
New Revision: 3346
Modified:
trunk/ui/separator/src/main/templates/separator.jspx
Log:
Duplicate align attribute in separator fixed
Modified: trunk/ui/separator/src/main/templates/separator.jspx
===================================================================
--- trunk/ui/separator/src/main/templates/separator.jspx 2007-10-12 15:44:16 UTC (rev
3345)
+++ trunk/ui/separator/src/main/templates/separator.jspx 2007-10-12 16:09:15 UTC (rev
3346)
@@ -11,7 +11,7 @@
<f:clientid var="clientId"/>
<div id="#{clientId}" style="font-size: 0px;"
- x:passThruWithExclusions="id,width,height,style,class">
+ x:passThruWithExclusions="id,width,height,style,class,align,styleClass">
<div style="width: #{this:getWidth(context, component)}; height:
#{this:getHeight(context, component)};
background-image: #{this:backgroundImage(context, component)}; background-repeat:
repeat-x;
background-position:center; #{component.attributes['style']}"