@ -146,7 +146,7 @@ class Book extends Base {
}
if (preg_match ("/<\/(div|p|a)>/", $this->comment))
{
return $addition . str_replace ("<br>", "<br />", $this->comment);
return $addition . preg_replace ("<(br|hr)>", "$1 /", $this->comment);
else