Tout petit détail
This commit is contained in:
parent
bc6abdaa51
commit
69b6c53b56
|
|
@ -207,7 +207,7 @@ if($c['annotation2'] > ''){
|
||||||
$content=$content."%0A"."annotation:".$c['annotation2'].";%0A";
|
$content=$content."%0A"."annotation:".$c['annotation2'].";%0A";
|
||||||
}
|
}
|
||||||
if($c['mode'] > '' and $c['annotation2'] == ''){
|
if($c['mode'] > '' and $c['annotation2'] == ''){
|
||||||
$content=$content."%0A"."annotation:".$c['mode'].";";
|
$content=$content."%0A"."annotation:".$c['mode'].".;";
|
||||||
}
|
}
|
||||||
if($c['commentary'] > ''){
|
if($c['commentary'] > ''){
|
||||||
$content=$content."%0A"."commentary:".$c['commentary'].";";
|
$content=$content."%0A"."commentary:".$c['commentary'].";";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue