projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2552149
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 19:12:09 +0000
(14:12 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 19:12:09 +0000
(14:12 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
8bf87c6
..
98fba17
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-484,7
+484,7
@@
function michsci_get_terms_dropdown($cat_id)
if($cat_id){
$cats_child = get_term_children($cat_id, $taxonomyName);
foreach($cats_child as $cat){
- echo $cat
+
" ";
+ echo $cat
.
" ";
$output ="<select id='categoryDropdown' name=\"" . MICHSCI_CATEGORY_NAME . "\"><option value=\"\">Select " . MICHSCI_CATEGORY_SINGLE . "</option>";
$main = get_term($cat_id, MICHSCI_CATEGORY_NAME);
$output .= '<option value="' . $cat . '"';