diff options
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index 0a40313a4..84c9bda71 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -158,7 +158,7 @@ function bb_ShareAttributes($match) { $headline .= "</div>"; - $text = $headline . '<div style="reshared-content">' . trim($match[2]) . '</div>'; + $text = $headline . '<div class="reshared-content">' . trim($match[2]) . '</div>'; logger('bbshare: ' . $text); return($text); } |