How would I echo that in PHP? What do I need to escape?
EG:
<td class="thead"> becomes <td class=\"thead\">
What about:
"{$theme[\\\'borderwidth\\\']}"
EG:
<td class="thead"> becomes <td class=\"thead\">
What about:
"{$theme[\\\'borderwidth\\\']}"