]> git.mxchange.org Git - friendica.git/commitdiff
the heart should really be red.
authorfriendica <info@friendica.com>
Sun, 29 Apr 2012 09:11:33 +0000 (02:11 -0700)
committerfriendica <info@friendica.com>
Sun, 29 Apr 2012 09:11:33 +0000 (02:11 -0700)
mod/profiles.php

index d640ba1ba5cd7f69b49e9293459919b1bc63fcc1..3a52c8fa5ee00f9fce921b449772f3e379ce8eb9 100644 (file)
@@ -142,7 +142,7 @@ function profiles_post(&$a) {
                $value = '';
                if($is_default) {
                        if($marital != $orig[0]['marital']) {
-                               $changes[] = '&hearts; ' . t('Marital Status');
+                               $changes[] = '[color=#ff0000]&hearts;[/color] ' . t('Marital Status');
                                $value = $marital;
                        }
                        if($withchanged) {