Untitled diff

Created Diff never expires
2 removals
Words removed5
Total words13
Words removed (%)38.46
3 lines
2 additions
Words added5
Total words13
Words added (%)38.46
3 lines
myTitle = "abc '' def";
myTitle = "abc '' def";


document.write("<img title='" + myTitle + "' src='https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png' />")
document.write('<img title="' + myTitle + '" src="https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" />')