Skip to content

Commit

Permalink
Update GetSystemMessagesListener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
delirius committed May 3, 2024
1 parent 2e5a02b commit f5fc3af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EventListener/GetSystemMessagesListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//namespace App\EventListener;
namespace Delirius\ContaoBackendNotes\EventListener;

use Contao\Controller;
use Contao\CoreBundle\DependencyInjection\Attribute\AsHook;
use Contao\StringUtil;
use Contao\System;
Expand Down Expand Up @@ -76,7 +75,7 @@ public function output($r): string {

}
$out .= '<p>';
$out .= Controller::replaceInsertTags($r['textarea']);
$out .= $r['textarea'];
$out .= '</p>';
$out .= '</div>';

Expand Down

0 comments on commit f5fc3af

Please sign in to comment.