aboutsummaryrefslogtreecommitdiff
path: root/w/class/model.php
diff options
context:
space:
mode:
Diffstat (limited to 'w/class/model.php')
-rw-r--r--w/class/model.php2
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'];