In this text
<div class="foo" <!-- onclick="bar();" --> /></div>
the />
is being shown within the browser (Chrome) and on iOS devices. My first guess was to delete the /
from the <div>
but then the >
was still being shown within the browser, woe is me!
Solutions?