summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpictuga <[email protected]>2013-04-08 12:02:01 +0300
committerpictuga <[email protected]>2013-04-08 12:02:01 +0300
commite0d12697dafb6fd890d99d2f9229c5dfd631179c (patch)
tree7e5ac14a6ceccc12c3f5927607477062c8478bc4 /include
parentdc544c94ff950f9d0b963e5f85303683843e696b (diff)
Added 'section' in allowed elements
Another element which was introduced in HTML5.
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 0469c512d..aeffa170e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2712,8 +2712,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' );