diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
commit | 85824de70ded75c98bd50220160e2171fdc8df41 (patch) | |
tree | 11480f65ff97ddbb3ea4806ff1f313628ced15a0 /w/class/model.php | |
parent | 36ef34af2abcdea63a73b578208f20ca40b52f49 (diff) | |
download | wcms-85824de70ded75c98bd50220160e2171fdc8df41.tar.gz wcms-85824de70ded75c98bd50220160e2171fdc8df41.zip |
render working and url auto link
Diffstat (limited to 'w/class/model.php')
-rw-r--r-- | w/class/model.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']; |