changed checkbox value to match name instead of slug
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 15:33:28 +0000 (10:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 15:33:28 +0000 (10:33 -0500)
parts/sidebar-l.php

index c915f2c..2ff514a 100644 (file)
@@ -12,7 +12,7 @@
             $tags = get_terms("michsci_tag", $args);
            
               foreach($tags as $tag){
-                  echo '<label class="checkboxLabel"><input class="tagOptions" type="checkbox" name="' . $tag->name . '" value="' . $tag->slug . '"' . '>' . " " . $tag->name . '</label>' ."<br>";
+                  echo '<label class="checkboxLabel"><input class="tagOptions" type="checkbox" name="' . $tag->name . '" value="' . $tag->name . '"' . '>' . " " . $tag->name . '</label>' ."<br>";
             } ?>
                
                 <input type="hidden" name="searchType" value="blog" /> </div>