You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I enable Bootstrap3 template and use DokuWiki markup to add an unordered list (UL) the items will show up one per line with no indenting or bullets.
I disabled extensions with no change. If I change to the DokuWiki template the UL works fine, bullets and indenting come back.
I uninstalled and re-installed Bootstrap3 with no change. I do not believe I've edited anything on the server and I use Bootstrap3 on different server with most of the same extensions and don't have this problem.
Steps to reproduce
With Bootstrap3 template enabled add an unordered list to a DokuWiki page:
* UL Item 1
* UL Item 1a indented
* UL Item 2
* UL Item 3
Expected behavior: [What you expected to happen]
It should produce an unordered list with bullets and indenting.
Actual behavior: [What actually happened]
It produces a list of items, one per line, with no indenting and no bullets. This is the HTML.
<ulclass=" fix-media-list-overlap"><liclass="level1 node"><divclass="li"> UL Item 1</div><ulclass=" fix-media-list-overlap"><liclass="level2"><divclass="li"> UL Item 1a indented</div></li></ul></li><liclass="level1"><divclass="li"> UL Item 2</div></li><liclass="level1"><divclass="li"> UL Item 3</div></li></ul>
Versions
[Bootstrap3 Template]
[DokuWiki]
[Plugins]
[PHP]
[Browser]
Screenshots or Logs
Sample page or snippet
Same as above.
* UL Item 1
* UL Item 1a indented
* UL Item 2
* UL Item 3
The text was updated successfully, but these errors were encountered:
I changed templates and thought it was fixed but it seems the bullets show up but there's no indenting. No idea what I hosed but it seems likely to be my issue and not Bootstrap3's.
Description
If I enable Bootstrap3 template and use DokuWiki markup to add an unordered list (UL) the items will show up one per line with no indenting or bullets.
I disabled extensions with no change. If I change to the DokuWiki template the UL works fine, bullets and indenting come back.
I uninstalled and re-installed Bootstrap3 with no change. I do not believe I've edited anything on the server and I use Bootstrap3 on different server with most of the same extensions and don't have this problem.
Steps to reproduce
With Bootstrap3 template enabled add an unordered list to a DokuWiki page:
Expected behavior: [What you expected to happen]
It should produce an unordered list with bullets and indenting.
Actual behavior: [What actually happened]
It produces a list of items, one per line, with no indenting and no bullets. This is the HTML.
Versions
Screenshots or Logs
Sample page or snippet
Same as above.
The text was updated successfully, but these errors were encountered: