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:
26b5de5
)
testing
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 19:14:03 +0000
(14:14 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 19:14:03 +0000
(14:14 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
98fba17
..
c680a36
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-493,8
+493,8
@@
function michsci_get_terms_dropdown($cat_id)
}
$catName = get_term($cat, MICHSCI_CATEGORY_NAME);
$output .= '>' . $catName->name. '</option>';
- $output .="</select>";
}
+ $output .="</select>";
} else {