Update httemplate/elements/selectlayers.html
authorgjones2 <gary@pointblanksecurity.com>
Tue, 20 Nov 2012 19:50:56 +0000 (14:50 -0500)
committergjones2 <gary@pointblanksecurity.com>
Tue, 20 Nov 2012 19:50:56 +0000 (14:50 -0500)
Changed '""' to 'block'.

This code was generating "<DIV ID="paybydCARD" STYLE="display: ""; z-index: 1">

This might cause unexpected behavior in some browsers and the display property should be a block element (when displayed).

httemplate/elements/selectlayers.html

index dd279bd..01fd590 100644 (file)
@@ -146,7 +146,7 @@ Example:
 
       <DIV ID="<% $key %>d<% $layer %>"
            STYLE="<% $selected_layer eq $layer
-                       ? 'display: ""  ; z-index: 1'
+                       ? 'display: block; z-index: 1'
                        : 'display: none; z-index: 0'
                   %>"
       >