How can i create a new line in an element?
I do:
$currentTrack->appendChild($domtree->createElement('code', ' test1;
test2;
test3;'));
However it adds to the end of every line. How can i get rid of that?
How can i create a new line in an element?
I do:
$currentTrack->appendChild($domtree->createElement('code', ' test1;
test2;
test3;'));
However it adds to the end of every line. How can i get rid of that?