From 85824de70ded75c98bd50220160e2171fdc8df41 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 2 Nov 2018 02:03:52 +0100 Subject: render working and url auto link --- w/class/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w/class/model.php') diff --git a/w/class/model.php b/w/class/model.php index 0eb3a2f..24c2404 100644 --- a/w/class/model.php +++ b/w/class/model.php @@ -9,7 +9,7 @@ class Model const MEDIA_EXTENSIONS = array('jpeg', 'jpg', 'JPG', 'png', 'gif', 'mp3', 'mp4', 'mov', 'wav', 'flac', 'pdf'); const MEDIA_TYPES = ['image', 'video', 'sound', 'other']; - const TEXT_ELEMENTS = ['section', 'header', 'nav', 'aside', 'footer']; + const TEXT_ELEMENTS = ['header', 'nav', 'section', 'aside', 'footer']; -- cgit v1.2.3