aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-25 00:42:38 -0700
committerfriendica <info@friendica.com>2012-05-25 00:42:38 -0700
commitabb9fecf0954e883f19b3cf16279dfa2d8c20271 (patch)
treeabc78b88640940d4386b1d03948bd64172e126bf /mod/profiles.php
parentf0ddcb979bfe148c8cf238b278048b16f5645676 (diff)
downloadvolse-hubzilla-abb9fecf0954e883f19b3cf16279dfa2d8c20271.tar.gz
volse-hubzilla-abb9fecf0954e883f19b3cf16279dfa2d8c20271.tar.bz2
volse-hubzilla-abb9fecf0954e883f19b3cf16279dfa2d8c20271.zip
rev update
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 26fc88765..8e4fba74e 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -146,7 +146,7 @@ function profiles_post(&$a) {
$value = $marital;
}
if($withchanged) {
- $changes[] = '&hearts; ' . t('Romantic Partner');
+ $changes[] = '[color=#ff0000]&hearts;[/color] ' . t('Romantic Partner');
$value = strip_tags($with);
}
if($work != $orig[0]['work']) {