From b5b8e77555f4a987d6ea11f13750cf45b979f501 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 13 Oct 2021 12:14:18 +0200 Subject: [PATCH] Update 'Upgrading Omeka core' --- Upgrading-Omeka-core.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Upgrading-Omeka-core.md b/Upgrading-Omeka-core.md index dcdcc25..aec1152 100644 --- a/Upgrading-Omeka-core.md +++ b/Upgrading-Omeka-core.md @@ -30,7 +30,8 @@ Then edit the new file, adding these lines `-->>` ``` -**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`