the heart should really be red.

This commit is contained in:
friendica 2012-04-29 02:11:33 -07:00
parent 735f518fd8
commit def6f0b408
1 changed files with 1 additions and 1 deletions

View File

@ -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) {