Open aaharoni opened 3 years ago
Hi,
I want to add 2 script tags to my document, as follows: $_document->find("body")->addChild(new TextNode("")); $_document->find("body")->addChild(new TextNode(""));
it adds them both to the same line. How can I add them on separate lines?
Thanks
anyone?
Have you tried adding \n?
\n
Hi, thanks. Yes, of course.. But it doesn't work.
Hi,
I want to add 2 script tags to my document, as follows: $_document->find("body")->addChild(new TextNode("")); $_document->find("body")->addChild(new TextNode(""));
it adds them both to the same line. How can I add them on separate lines?
Thanks