Skip to content
Snippets Groups Projects
Commit 8cc41db0 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix renderer:plugin() signature

in 82d61635 we introduced passing the
raw match for syntax plugins to the plugin method of the renderer. This
was introduced for renderer plugins that might need access to the raw
syntax (like the table editor or WYSIWYG plugins). However the function
signature was never updated, making these additional parameter basically
secret. With strict standard this throws errors. This patch fixes this.
parent 99ba9fe6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment