rev update

This commit is contained in:
friendica 2012-05-25 00:42:38 -07:00
parent f0ddcb979b
commit abb9fecf09
4 changed files with 90 additions and 89 deletions

View file

@ -146,7 +146,7 @@ function profiles_post(&$a) {
$value = $marital;
}
if($withchanged) {
$changes[] = '♥ ' . t('Romantic Partner');
$changes[] = '[color=#ff0000]♥[/color] ' . t('Romantic Partner');
$value = strip_tags($with);
}
if($work != $orig[0]['work']) {