aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
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);
}