aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-25 21:05:42 +0200
committerzottel <github@zottel.net>2012-05-25 21:05:42 +0200
commit36d6018c110fca190b720c5ff27883c2d4ed70c3 (patch)
tree93416482d64d3ad9f275986ce0d39c2024520d00 /mod/profiles.php
parent3aa516ccabc9bb09ae30ffa2d3657fba36699ea9 (diff)
parentd1345e505406b1a1cdc3fc26a1734916c8abc89d (diff)
downloadvolse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.gz
volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.tar.bz2
volse-hubzilla-36d6018c110fca190b720c5ff27883c2d4ed70c3.zip
Merge remote branch 'upstream/master'
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']) {