giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
220 stars 77 forks source link

Bootstrap labels duplicate after previewing in edittable mode #565

Closed qin-yu closed 3 weeks ago

qin-yu commented 2 years ago

Description

Bootstrap labels duplicate after previewing in edittable mode

Steps to reproduce

  1. edit a table using EditTable plugin
  2. add a <label type="primary">123</label> in a cell
  3. it becomes <label type="primary">123123</label> after clicking preview!

Versions

qin-yu commented 1 year ago

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.

giterlizzi commented 3 weeks ago

Discussion continues in giterlizzi/dokuwiki-plugin-bootswrapper#68