aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-06 11:26:53 -0800
committerfriendica <info@friendica.com>2015-01-06 11:26:53 -0800
commitb8d3936e473011298bf58d28db5c95c489f5836f (patch)
tree602e5babdc37a1020bff39b2c996e660bd19926b /include
parent01e65ffbb49f963af4f75c12d743e2e773fb43a9 (diff)
parent1064be3a76a4343fa0ba3a054551dc2c04b1930d (diff)
downloadvolse-hubzilla-b8d3936e473011298bf58d28db5c95c489f5836f.tar.gz
volse-hubzilla-b8d3936e473011298bf58d28db5c95c489f5836f.tar.bz2
volse-hubzilla-b8d3936e473011298bf58d28db5c95c489f5836f.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index ab56bda61..030a1fb49 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -437,7 +437,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) {
// replace [observer.baseurl]
if ($observer) {
- $s1 = '<span class="bb_observer">';
+ $s1 = '<span class="bb_observer" title="' . t('Different viewers will see this text differently') . '">';
$s2 = '</span>';
$obsBaseURL = $observer['xchan_connurl'];
$obsBaseURL = preg_replace("/\/poco\/.*$/", '', $obsBaseURL);