Skip to content

Picture replacement don't work with different open close chars. #34

Open
@pst2d

Description

@pst2d

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions