mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15637] Remove trailing space from description
PHPBB3-15637
This commit is contained in:
parent
1c8570d0f5
commit
83a8280554
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue