mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15637] Preserve line breaks in event descriptions
PHPBB3-15637
This commit is contained in:
@@ -281,7 +281,7 @@ class php_exporter
|
||||
$description_line_num++;
|
||||
}
|
||||
|
||||
$description = trim(implode(' ', $description_lines));
|
||||
$description = trim(implode('<br/>', $description_lines));
|
||||
|
||||
if (isset($this->events[$this->current_event]))
|
||||
{
|
||||
|
Reference in New Issue
Block a user