All Session settings I've tried show
<td><a href="http://www.tango.info/00828766124224-1-3">info</a>
and
<td><a href='http://www.tango.info/00828766124224-1-3'>info</a>
(differing only in quotes) mismatched throughout the string. What settings will show only the quotes mismatched?
Thanks.
EDIT: current crude workaround is to switch format to one not defining String e.g. text.
<td><a href="http://www.tango.info/00828766124224-1-3">info</a>
and
<td><a href='http://www.tango.info/00828766124224-1-3'>info</a>
(differing only in quotes) mismatched throughout the string. What settings will show only the quotes mismatched?
Thanks.
EDIT: current crude workaround is to switch format to one not defining String e.g. text.
Comment