aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index 84c9bda71..758a0891c 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -159,7 +159,7 @@ function bb_ShareAttributes($match) {
$headline .= "</div>";
$text = $headline . '<div class="reshared-content">' . trim($match[2]) . '</div>';
- logger('bbshare: ' . $text);
+
return($text);
}
@@ -185,7 +185,7 @@ function bb_ShareAttributesSimple($match) {
if ($matches[1] != "")
$profile = $matches[1];
- $text = "<br />".html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8').' <a href="'.$profile.'">'.$author."</a>: <br />»".$match[2]."«";
+ $text = "<br />".html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8').' <a href="'.$profile.'">'.$author."</a>: div class=\"reshared-content\">" .$match[2]."</div>";
return($text);
}