Update 'Upgrading Omeka core'
parent
911c54efb6
commit
b5b8e77555
|
@ -30,7 +30,8 @@ Then edit the new file, adding these lines `-->>`
|
|||
<?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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue