By: deStrO
Date: 2012-06-14
Time: 11:02
|
Display content of a arrayHello !
I'm using the TBS plugin to generate doc and I'm blocking in a point. I have an array like this:
And here is my template:
But I still get an error:
Anybody got an tips for me ? =) Thanks ! |
|||
By: Skrol29
Date: 2012-06-14
Time: 23:58
|
Re: Display content of a arrayHello deStrO,
Your TBS tags seems properly closed despite the the TBS error. This may happen if some text formating is splitting the TBS tags in the inner XML. For example
You can check this by using the OpenTBS debug mode. See http://www.tinybutstrong.com/plugins/opentbs/tbs_plugin_opentbs.html#debugmode If the TBS tag is split by formating, then you can repair it by doing: 1) select the TBS tag 2) copy the selection to the clipboard 3) do a Menu "Edit", "Past special...", "Unformatted text" |