Update 'Upgrading Omeka core'

chris 2021-10-13 12:14:18 +02:00
parent 911c54efb6
commit b5b8e77555
1 changed files with 2 additions and 1 deletions

@ -30,7 +30,8 @@ Then edit the new file, adding these lines `-->>`
<?php endforeach; ?> <?php endforeach; ?>
``` ```
**HTML**: Users can paste text into the Omeka HTML block. This is undesirable because html style and classes are included in the html. We de not want unexpected formats. Edit the core to filter html tags and attributes. ## HTML filter
Users can paste text into the Omeka HTML block. This is undesirable because html style and classes are included in the html. We de not want unexpected formats. Edit the core to filter html tags and attributes.
`./application/src/Site/BlockLayout/Html.php` `./application/src/Site/BlockLayout/Html.php`