Open
Description
Standard open and close chars are: "[" and "]", when it's changed to another for example: "{" and "}" picture replacement don't work correctly.
There is hard coded "[" and "]" in tbs_plugin_opentbs.php on line 657:
# $tag = "[$name;ope=changepic;tagpos=inside;$prms_flat]";
simple fix:
$tag = $this->TBS->_ChrOpen."$name;ope=changepic;tagpos=inside;$prms_flat".$this->TBS->_ChrClose;
Metadata
Metadata
Assignees
Labels
No labels