Home
last modified time | relevance | path

Searched hist:d49ba5bbd1c846091adb73c73843dcb0c828e8fa (Results 1 – 1 of 1) sorted by relevance

/plugin/addnewpage/
H A Dsyntax.phpd49ba5bbd1c846091adb73c73843dcb0c828e8fa Sun Sep 24 16:47:04 UTC 2023 Damien Regad <dregad@mantisbt.org> Skip leading # in newpagevars parameter

The regex for newpagetemplate parameters parsing that was implemented in
commit 0d90564c63508563e4f3c8776e96661181a11b99 included the leading `#`
in the newpagevars parameter, preventing the newpagetemplate plugin from
processing the first parameter as `#@PARAM@` would not match the
expected `@PARAM@`.

Adapting the regex accordingly.