diff options
-rw-r--r-- | mod/htmlawed/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php index 31ba15288..1b8351af2 100644 --- a/mod/htmlawed/start.php +++ b/mod/htmlawed/start.php @@ -52,7 +52,7 @@ $return = array(); foreach($var as $key => $el) { - $return[$key] = htmLawed($var, $htmlawed_config); + $return[$key] = htmLawed($el, $htmlawed_config); } } } |