From: Steve Sutton Date: Thu, 30 Nov 2017 14:51:02 +0000 (-0500) Subject: Removing extra quote in markup X-Git-Tag: v2.10.23^2~23^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f1f96e017b3f4f232a562f3f3832b90910093967;p=WP-Plugins%2Fglm-member-db.git Removing extra quote in markup There was an extra " in the markup for the table tag. --- diff --git a/views/admin/settings/categories.html b/views/admin/settings/categories.html index ef5be9d2..a50f6546 100644 --- a/views/admin/settings/categories.html +++ b/views/admin/settings/categories.html @@ -6,7 +6,7 @@
- + @@ -47,7 +47,7 @@ - +
@@ -57,7 +57,7 @@
- +
@@ -103,10 +103,10 @@
- +

Categories

-
Category Name:
+
@@ -120,7 +120,7 @@ {if $haveCategories} {assign var="i" value="0"} {foreach $categories as $t} - {if $i++ is odd by 1} + {if $i++ is odd by 1} {else} @@ -150,11 +150,11 @@ - + {include file='admin/footer.html'}
ID