diff options
author | friendica <info@friendica.com> | 2012-04-29 02:11:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-29 02:11:33 -0700 |
commit | def6f0b408680c4e5f209890bbf1ad6bf40b5add (patch) | |
tree | 81f8ad43d10a62930f8eba605267f52392764b9e /mod/profiles.php | |
parent | 735f518fd8547fab37ca39c7717e8d89e07e3337 (diff) | |
download | volse-hubzilla-def6f0b408680c4e5f209890bbf1ad6bf40b5add.tar.gz volse-hubzilla-def6f0b408680c4e5f209890bbf1ad6bf40b5add.tar.bz2 volse-hubzilla-def6f0b408680c4e5f209890bbf1ad6bf40b5add.zip |
the heart should really be red.
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 d640ba1ba..3a52c8fa5 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -142,7 +142,7 @@ function profiles_post(&$a) { $value = ''; if($is_default) { if($marital != $orig[0]['marital']) { - $changes[] = '♥ ' . t('Marital Status'); + $changes[] = '[color=#ff0000]♥[/color] ' . t('Marital Status'); $value = $marital; } if($withchanged) { |