dokuwiki-template-bootstrap3
dokuwiki-template-bootstrap3 copied to clipboard
Bootstrap labels duplicate after previewing in edittable mode
Description
Bootstrap labels duplicate after previewing in edittable mode
Steps to reproduce
- edit a table using EditTable plugin
- add a
<label type="primary">123</label>
in a cell - it becomes
<label type="primary">123123</label>
after clicking preview!
Versions
- [Bootstrap3 Template] v2021-03-11 (stable/20210311)
- [DokuWiki] 2022-07-31 "Igor"
- [Plugins] https://www.dokuwiki.org/plugin:edittable
- [PHP] 7.2
- [Browser] Chrome/Firefox
As @micgro42 suggested in #121 & #135, it is not a problem of edittable. Also, see the discussion on Dokuwiki User Forum - Edittable duplicates text inside Bootstrap Badges. This issue in Bootstrap Wrapper Plugin is likely to be the one to solve. I'll leave the issue open for more discussion if needed.