diff options
Diffstat (limited to 'STEStandardLibrary.php')
-rw-r--r-- | STEStandardLibrary.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/STEStandardLibrary.php b/STEStandardLibrary.php index a007d41..915b699 100644 --- a/STEStandardLibrary.php +++ b/STEStandardLibrary.php @@ -12,7 +12,7 @@ class STEStandardLibrary { } static public function escape($ste, $params, $sub) { - if($ste->evalbool($params["lines"])) { + if($ste->evalbool(@$params["lines"])) { return nl2br(htmlspecialchars(str_replace("\r\n", "\n", $sub($ste)))); } else { return htmlspecialchars($sub($ste)); |