Home
last modified time | relevance | path

Searched hist:"06917 fcef4c96db29b53fef1de68c2a61a67cd65" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/parser/
H A Dxhtml.php06917fcef4c96db29b53fef1de68c2a61a67cd65 Tue Sep 05 17:16:52 UTC 2017 Michael Große <grosse@cosmocode.de> fix: fix regex to return table secedit buttons

Since the hid is optional, it must also be optional in the regex. Also
this commit introduced named capture groups to make it more obvious
which part of the regex captures what.

Also there is now an explicit hid generated for tables, to enable
jumping to the correct section after finishing editing.

This was broken in 2571786c763e04c7abbf27c2245a5720878dc3f1 or #1966
respectively.

Known Issues:
* since both title and hid are optional, a hid may be misinterpreted as
a title if the title is not generated.

/dokuwiki/inc/
H A Dhtml.php06917fcef4c96db29b53fef1de68c2a61a67cd65 Tue Sep 05 17:16:52 UTC 2017 Michael Große <grosse@cosmocode.de> fix: fix regex to return table secedit buttons

Since the hid is optional, it must also be optional in the regex. Also
this commit introduced named capture groups to make it more obvious
which part of the regex captures what.

Also there is now an explicit hid generated for tables, to enable
jumping to the correct section after finishing editing.

This was broken in 2571786c763e04c7abbf27c2245a5720878dc3f1 or #1966
respectively.

Known Issues:
* since both title and hid are optional, a hid may be misinterpreted as
a title if the title is not generated.