Tout petit détail

This commit is contained in:
www-data 2014-01-05 16:47:38 +01:00
parent bc6abdaa51
commit 69b6c53b56

View File

@ -207,7 +207,7 @@ if($c['annotation2'] > ''){
$content=$content."%0A"."annotation:".$c['annotation2'].";%0A";
}
if($c['mode'] > '' and $c['annotation2'] == ''){
$content=$content."%0A"."annotation:".$c['mode'].";";
$content=$content."%0A"."annotation:".$c['mode'].".;";
}
if($c['commentary'] > ''){
$content=$content."%0A"."commentary:".$c['commentary'].";";