Yet another & usage fix
Cette révision appartient à :
Parent
875a776dc1
révision
269e33447c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
2
book.php
2
book.php
|
|
@ -122,7 +122,7 @@ class Book extends Base {
|
|||
$addition = "";
|
||||
$se = $this->getSerie ();
|
||||
if (!is_null ($se) && $withSerie) {
|
||||
$addition = $addition . "<strong>" . localize("content.series") . "</strong>" . str_format (localize ("content.series.data"), $this->seriesIndex, $se->name) . "<br />\n";
|
||||
$addition = $addition . "<strong>" . localize("content.series") . "</strong>" . str_format (localize ("content.series.data"), $this->seriesIndex, htmlspecialchars ($se->name)) . "<br />\n";
|
||||
}
|
||||
if (preg_match ("/<\/(div|p|a)>/", $this->comment))
|
||||
{
|
||||
|
|
|
|||
Chargement…
Ajouter une table
Ajouter un lien
Référencer dans un nouveau ticket