diff --git a/opt/show_tools.php b/opt/show_tools.php
index 5c5ba26..b886c8c 100644
--- a/opt/show_tools.php
+++ b/opt/show_tools.php
@@ -471,10 +471,10 @@ function show_subs_no_count($db, $css, $settings)
while ($row = $result->fetchArray(SQLITE3_NUM)) {
$sub = "{$row[0]}";
+
if ( ($sub != '') ) {
$title = get_first_post_text($db, $sub, $settings);
$html_string .= " | $sub";
-// $html_string .= " | $sub";
}
}