mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Frontend scripts tests. (may break some things)
This commit is contained in:
@@ -37,9 +37,10 @@ class e_parse
|
||||
// 'Hooked' parsers (array)
|
||||
private $e_hook = array();
|
||||
|
||||
private $search = array(''', ''', ''', '"', 'onerror', '>', '"', ' & ');
|
||||
// Used in search_class.php (move??)
|
||||
public $search = array(''', ''', ''', '"', 'onerror', '>', '"', ' & ');
|
||||
|
||||
private $replace = array("'", "'", "'", '"', 'one<i></i>rror', '>', '"', ' & ');
|
||||
public $replace = array("'", "'", "'", '"', 'one<i></i>rror', '>', '"', ' & ');
|
||||
|
||||
// Set to TRUE or FALSE once it has been calculated
|
||||
protected $e_highlighting;
|
||||
|
Reference in New Issue
Block a user