From e649b1a12fe4b43063753e482a47fcda0cbeb9d7 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 26 Apr 2018 18:32:07 +0200 Subject: Use different global object for htmltype xml to allow mixing xml/html5 generation --- tests/it_html.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/it_html.t b/tests/it_html.t index 8e529e0..6d55319 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -139,7 +139,7 @@ is( # XML generation unset($GLOBALS['it_html']); -new it_html(array('htmltype' => "xml", 'tags' => "xmltest")); +new it_html(array('htmltype' => "xml", 'name' => 'it_html', 'tags' => "xmltest")); is( xmltest(), -- cgit v1.2.3