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

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