aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-03 17:19:53 -0700
committerfriendica <info@friendica.com>2012-05-03 17:19:53 -0700
commit2818cb28e98f54fe413885bac34592fbfa7e07f5 (patch)
tree6574c64906256399f5ecef3cc01e0b81d971c607 /mod/profiles.php
parentf3e18df55dc259e70e9acdfd6e851b97ec062f46 (diff)
downloadvolse-hubzilla-2818cb28e98f54fe413885bac34592fbfa7e07f5.tar.gz
volse-hubzilla-2818cb28e98f54fe413885bac34592fbfa7e07f5.tar.bz2
volse-hubzilla-2818cb28e98f54fe413885bac34592fbfa7e07f5.zip
use html symbols for double quotes
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 558044842..c72a233c2 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -328,7 +328,7 @@ function profile_activity($changed, $value) {
$prof = '[url=' . $self[0]['url'] . '?tab=profile' . ']' . t('public profile') . '[/url]';
if($t == 1 && strlen($value)) {
- $message = sprintf( t('%1$s changed %2$s to "%3$s"'), $A, $changes, $value);
+ $message = sprintf( t('%1$s changed %2$s to &ldquo;%3$s&rdquo;'), $A, $changes, $value);
$message .= "\n\n" . sprintf( t(" - Visit %1$s\'s %2$s"), $A, $prof);
}
else