Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Update extend.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored May 19, 2023
1 parent d8e5f00 commit acc4aa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
$config->HTMLElements->allowElement('img');
$config->HTMLElements->allowAttribute('img', 'src');
$config->HTMLElements->allowAttribute('img', 'width');
$config->HTMLElements->allowElement('br');

$config->HTMLElements->allowAttribute('img', 'align');
$config->HTMLElements->allowElement('br');
$config->HTMLElements->allowElement('hr');
$config->HTMLElements->allowElement('ol');
$config->HTMLElements->allowElement('ul');
Expand Down

0 comments on commit acc4aa5

Please sign in to comment.