From: Anthony Talarico Date: Fri, 18 Dec 2015 21:06:47 +0000 (-0500) Subject: added class to search dropdown row X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=84176f837af97c5c7d83b0c7b222806c60f787d9;p=WP-Plugins%2Fmichsci-products.git added class to search dropdown row --- diff --git a/index.php b/index.php index a73a68d..8f71cac 100644 --- a/index.php +++ b/index.php @@ -171,7 +171,7 @@ function michsci_shortcode($atts) extract( shortcode_atts( array( 'limit' => '10' ), $atts ) ); ob_start(); - echo '
+ echo '
'; echo michsci_get_terms_dropdown();