diff options
author | zottel <github@zottel.net> | 2012-05-25 21:05:42 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-25 21:05:42 +0200 |
commit | 36d6018c110fca190b720c5ff27883c2d4ed70c3 (patch) | |
tree | 93416482d64d3ad9f275986ce0d39c2024520d00 /mod/profiles.php | |
parent | 3aa516ccabc9bb09ae30ffa2d3657fba36699ea9 (diff) | |
parent | d1345e505406b1a1cdc3fc26a1734916c8abc89d (diff) | |
download | volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.gz volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.bz2 volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 26fc88765..8e4fba74e 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -146,7 +146,7 @@ function profiles_post(&$a) { $value = $marital; } if($withchanged) { - $changes[] = '♥ ' . t('Romantic Partner'); + $changes[] = '[color=#ff0000]♥[/color] ' . t('Romantic Partner'); $value = strip_tags($with); } if($work != $orig[0]['work']) { |