aaharoni

Results 1 issues of aaharoni

Hi, I want to add 2 script tags to my document, as follows: $_document->find("body")->addChild(new TextNode("$script1")); $_document->find("body")->addChild(new TextNode("$script2")); it adds them both to the same line. How can I add them...