]> git.wh0rd.org - tt-rss.git/commitdiff
Added 'section' in allowed elements
authorpictuga <generaleduweb@gmail.com>
Mon, 8 Apr 2013 09:02:01 +0000 (12:02 +0300)
committerpictuga <generaleduweb@gmail.com>
Mon, 8 Apr 2013 09:02:01 +0000 (12:02 +0300)
Another element which was introduced in HTML5.

include/functions.php

index 0469c512d99baaa9f6dee0157cc0bf4f49210a5d..aeffa170e1efd1eea2b48ab12393b70d1898acd2 100644 (file)
                        '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' );