From 713c96ef710b808001fb5edb10cc154497929140 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 18 Dec 2015 16:39:00 -0500 Subject: [PATCH] increased number of columns for dropdown --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 36b464a..58f2f84 100644 --- a/index.php +++ b/index.php @@ -172,7 +172,7 @@ function michsci_shortcode($atts) ob_start(); echo '
-
'; +
'; echo michsci_get_terms_dropdown(); // echo '
'; -- 2.17.1