We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
$tag = $this->TBS->_ChrOpen."$name;ope=changepic;tagpos=inside;$prms_flat".$this->TBS->_ChrClose;
The text was updated successfully, but these errors were encountered:
thanks
Sorry, something went wrong.
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: