From: friendica Date: Sun, 29 Apr 2012 09:11:33 +0000 (-0700) Subject: the heart should really be red. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=def6f0b408680c4e5f209890bbf1ad6bf40b5add;p=friendica.git the heart should really be red. --- diff --git a/mod/profiles.php b/mod/profiles.php index d640ba1ba5..3a52c8fa5e 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) {