aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
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) {