added hover titles to landing page

main
fuzzykitten 2025-04-07 02:40:34 -04:00
parent dd9c7c16a1
commit 4958135679
1 changed files with 1 additions and 1 deletions

View File

@ -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 .= " | <a href=/s/$sub/$css title=\"$title\">$sub</a>";
// $html_string .= " | <a href=/s/$sub/$css>$sub</a>";
}
}