Skip to content

Commit 142e52e

Browse files
committed
Issues-544: Tooltips
1 parent 95ad2c6 commit 142e52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/vanilla/bootstrap.before.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ function watchButton($category, $isHijackButton = true) {
396396
$output .= anchor($icon,
397397
$hasWatched ? "/category/watched/{$categoryID}/" . Gdn::session()->transientKey() : "/category/watch/{$categoryID}/" . Gdn::session()->transientKey(),
398398
$cssClasses,
399-
['title' => $text, 'aria-pressed' => $hasWatched ? 'true' : 'false', 'role' => 'button', 'tabindex' => '0']
399+
[ 'aria-pressed' => $hasWatched ? 'true' : 'false', 'role' => 'button', 'tabindex' => '0']
400400
);
401401
}
402402
return $output;

0 commit comments

Comments
 (0)