]> git.wh0rd.org - tt-rss.git/commit - include/functions.php
Added other allowed elements to sanitize()
authorpictuga <generaleduweb@gmail.com>
Fri, 5 Apr 2013 12:56:14 +0000 (15:56 +0300)
committerpictuga <generaleduweb@gmail.com>
Fri, 5 Apr 2013 12:56:14 +0000 (15:56 +0300)
commit1701b9650258858ca4119a6b4d0a41ce31b5277c
tree61679647cd52980eb33faa4a54a4dd6d6e665371
parent8edcbed6b753639b6366b11200d26cba0c52c862
Added other allowed elements to sanitize()

The following html elements are now kept when sanitizing entries: aside, bdi, bdo, caption, col, colgroup, figure, figcaption, mark, ruby, rp, rt, samp, time. Most of them are new in HTML5. Based on the list at https://developer.mozilla.org/en-US/docs/HTML/HTML5/HTML5_element_list
include/functions.php