You are here

private property heartbeatParser::$_allowed_tags in Heartbeat 6.3

Same name and namespace in other branches
  1. 6.4 includes/heartbeatparser.inc \heartbeatParser::_allowed_tags

File

includes/heartbeatparser.inc, line 10

Class

heartbeatParser

Code

private $_allowed_tags = array(
  'a',
  'span',
  'em',
  'strong',
  'ul',
  'li',
  'p',
  'img',
);