From d568f4d0291f41ca27d259d2688e948199956dd9 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Mar 2013 16:50:24 -0700 Subject: class def for reshared content --- include/bbcode.php | 2 +- view/theme/redbasic/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 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 .= ""; - $text = $headline . '
' . trim($match[2]) . '
'; + $text = $headline . '
' . trim($match[2]) . '
'; logger('bbshare: ' . $text); return($text); } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 955478e10..0f9e9ac70 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3753,4 +3753,4 @@ ul.menu-popup { .profile-match-connect { margin-top: 5px; } -.reshared-content { margin-left: 10px; } \ No newline at end of file +.reshared-content { margin-left: 10px; } -- cgit v1.2.3