summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-08 02:05:00 -0700
committerAndrew Dolgov <[email protected]>2013-04-08 02:05:00 -0700
commite3b37a58ce966190dc60bead082a1ec8ca2cc82d (patch)
tree8b074aeb357925ee30d248fc663650341bb4ab5b /include
parenta53b212ee5fb97030a8acacb5f8a2346a1f1f906 (diff)
parente0d12697dafb6fd890d99d2f9229c5dfd631179c (diff)
Merge pull request #140 from pictuga/master
Added 'section' in allowed elements
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index eff3cb0ea..68d2df344 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2713,8 +2713,8 @@
'dt', 'em', 'footer', 'figure', 'figcaption',
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i',
'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript',
- 'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'small',
- 'source', 'span', 'strike', 'strong', 'sub', 'summary',
+ 'ol', 'p', 'pre', 'q', 'ruby', 'rp', 'rt', 's', 'samp', 'section',
+ 'small', 'source', 'span', 'strike', 'strong', 'sub', 'summary',
'sup', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'time',
'tr', 'track', 'tt', 'u', 'ul', 'var', 'wbr', 'video' );