瀏覽代碼

Allow abbr tag when sanitizing.

JustAMacUser 6 年之前
父節點
當前提交
905ff10dc9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/functions.php

+ 1 - 1
include/functions.php

@@ -1654,7 +1654,7 @@
 			}
 		}
 
-		$allowed_elements = array('a', 'address', 'acronym', 'audio', 'article', 'aside',
+		$allowed_elements = array('a', 'abbr', 'address', 'acronym', 'audio', 'article', 'aside',
 			'b', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br',
 			'caption', 'cite', 'center', 'code', 'col', 'colgroup',
 			'data', 'dd', 'del', 'details', 'description', 'dfn', 'div', 'dl', 'font',