Hi,
I just want to make a python script which generate an html balise.
like: generateTable('toto') return "<table><tr><td>toto</td>... etc"
but when i want to use it in a span (span tal:content="generateTable...") all 
the html are change like that : <table border='1'>
Can you help me to prevent that.
Thx