aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-11 16:50:24 -0700
committerfriendica <info@friendica.com>2013-03-11 16:50:24 -0700
commitd568f4d0291f41ca27d259d2688e948199956dd9 (patch)
tree83019c621c26f86ca45e6dc261c660a0e9777ef3 /include/bbcode.php
parentb86277b0ff7aa7ea5e04a646b628785fc31f0c3e (diff)
downloadvolse-hubzilla-d568f4d0291f41ca27d259d2688e948199956dd9.tar.gz
volse-hubzilla-d568f4d0291f41ca27d259d2688e948199956dd9.tar.bz2
volse-hubzilla-d568f4d0291f41ca27d259d2688e948199956dd9.zip
class def for reshared content
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);
}