From: Laury GvR Date: Thu, 13 Apr 2017 20:48:33 +0000 (-0400) Subject: Removed the container from the specifications, since it threw off the nth-row counter... X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0e4b2f51766bbf05993646b503ff78d0148846c1;p=WP-Plugins%2Fglm-member-db-fields.git Removed the container from the specifications, since it threw off the nth-row counter styles --- diff --git a/views/front/fields/detail.html b/views/front/fields/detail.html index e6677ca..d4dfda8 100644 --- a/views/front/fields/detail.html +++ b/views/front/fields/detail.html @@ -1,17 +1,15 @@ -
-
Specifications
- {foreach $field_values as $key=>$value} - {if $value.slash === true } -
-
{$value.nice}
-
{$value.data}
-
- {elseif $value.data !== 'Yes' && $value.data !== 'No'} -
-
{$value.nice}
-
{$value.data}
-
- {/if} - {/foreach} -
+
Specifications
+{foreach $field_values as $key=>$value} + {if $value.slash === true } +
+
{$value.nice}
+
{$value.data}
+
+ {elseif $value.data !== 'Yes' && $value.data !== 'No'} +
+
{$value.nice}
+
{$value.data}
+
+ {/if} +{/foreach}