diff options
author | friendica <info@friendica.com> | 2012-05-25 00:42:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-25 00:42:38 -0700 |
commit | abb9fecf0954e883f19b3cf16279dfa2d8c20271 (patch) | |
tree | abc78b88640940d4386b1d03948bd64172e126bf /mod/profiles.php | |
parent | f0ddcb979bfe148c8cf238b278048b16f5645676 (diff) | |
download | volse-hubzilla-abb9fecf0954e883f19b3cf16279dfa2d8c20271.tar.gz volse-hubzilla-abb9fecf0954e883f19b3cf16279dfa2d8c20271.tar.bz2 volse-hubzilla-abb9fecf0954e883f19b3cf16279dfa2d8c20271.zip |
rev update
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']) { |