]> git.wh0rd.org - tt-rss.git/commitdiff
sanitize: allow <description>
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 22 Jan 2016 23:17:00 +0000 (02:17 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 22 Jan 2016 23:17:00 +0000 (02:17 +0300)
include/functions2.php

index 92ed3f340bccf5ae6732c166d64929ac3bda2367..fb2fff286ff610d533023b9ee5262ed58ada7537 100755 (executable)
                $allowed_elements = array('a', 'address', 'audio', 'article', 'aside',
                        'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br',
                        'caption', 'cite', 'center', 'code', 'col', 'colgroup',
-                       'data', 'dd', 'del', 'details', 'div', 'dl', 'font',
+                       'data', 'dd', 'del', 'details', 'description', 'div', 'dl', 'font',
                        'dt', 'em', 'footer', 'figure', 'figcaption',
                        'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'html', 'i',
                        'img', 'ins', 'kbd', 'li', 'main', 'mark', 'nav', 'noscript',