comment open/close anomolies in non-English languages

This commit is contained in:
Friendika 2011-04-07 16:19:46 -07:00
parent 000efa6df0
commit 5d5a94c88a
6 changed files with 11 additions and 3 deletions

View file

@ -502,6 +502,8 @@ function network_content(&$a, $update = 0) {
'$mylink' => $a->contact['url'],
'$mytitle' => t('This is you'),
'$myphoto' => $a->contact['thumb'],
'$comment' => t('Comment'),
'$submit' => t('Submit'),
'$ww' => $commentww
));
}