mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
[ticket/15637] Remove trailing space from description
PHPBB3-15637
This commit is contained in:
parent
1c8570d0f5
commit
83a8280554
@ -281,7 +281,7 @@ class php_exporter
|
|||||||
$description_line_num++;
|
$description_line_num++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$description = implode(' ', $description_lines);
|
$description = trim(implode(' ', $description_lines));
|
||||||
|
|
||||||
if (isset($this->events[$this->current_event]))
|
if (isset($this->events[$this->current_event]))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user