I have a piece of Javascript code:
Code: Select all
var generated_div_text = '<div id="'+sanc_telephone+'">';
generated_html += generated_div_text;
<div id="
5558792065">
(the phone number is below and one character to the right of the quote mark
on the preceeding line)
Why is it doing this? I'm tearing my hair out!
Thanks
Paul