diff options
-rwxr-xr-x | test/it_html.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_html.t b/test/it_html.t index 20ab65f..13e2bc5 100755 --- a/test/it_html.t +++ b/test/it_html.t @@ -139,7 +139,7 @@ is( # XML generation unset($GLOBALS['it_html']); -new it_html(['htmltype' => "xml", 'name' => 'it_html', 'tags' => "xmltest", 'error_on_redefine' => false]); +new it_html(['htmltype' => "xml", 'name' => 'it_html', 'moretags' => "xmltest", 'error_on_redefine' => false]); is( xmltest(), |