On Sat, Jul 2, 2016 at 9:45 AM, scout morciano scoutmorciano@gmail.com wrote:
Brian Wolff <bawolff <at> gmail.com> writes:
In the past similar issues have been caused by apache mod_security/mod_security2 being installed on the host.
-- bawolff
thank you! i check with my hosting provider
if provider refuse to modify mod_security rules there's anything that i can do to use table headers?
I should emphasize, that it only sounds similar to mod_security, it could of course be something totally different.
As a work around, you could use html style tables e.g.:
<table> <tr><th>header 1</th><th>header2</th></tr> <tr><td>cell1</td><td>cell 2</td></tr> </table>
-- bawolff