splittingred / TinyMCE

TinyMCE integration for MODx Revolution.
http://svn.modxcms.com/docs/display/ADDON/TinyMCE
35 stars 19 forks source link

wrong behavior in html table tags #10

Open mentasti opened 14 years ago

mentasti commented 14 years ago

i have a modx resource with this piece of html code, that call the getResources snippet inside a table:

table border="0" cellspacing="0" cellpadding="0" width="100%" tbody [[!getResources? &parents=241 &limit=5 &tpl=tplBoxHome &includeTVs=1 &sortdir=ASC]] /tbody /table

The snippet render each resource in a tr tag.. after confirm, the html code becomes this:

[[!getResources? &parents=241 &limit=5 &tpl=tplBoxHome &includeTVs=1 &sortdir=ASC]] table border="0" cellspacing="0" cellpadding="0" width="100%" tbody /tbody /table

i have modx 2.0.0 revolution with tinyMCE plugin 4.0.4 rc2