From e0d12697dafb6fd890d99d2f9229c5dfd631179c Mon Sep 17 00:00:00 2001
From: pictuga <generaleduweb@gmail.com>
Date: Mon, 8 Apr 2013 12:02:01 +0300
Subject: [PATCH] Added 'section' in allowed elements

Another element which was introduced in HTML5.
---
 include/functions.php | 4 ++--
 1 file 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' );
 
-- 
GitLab