dokuwiki-template-bootstrap3 icon indicating copy to clipboard operation
dokuwiki-template-bootstrap3 copied to clipboard

Unordered list not showing bullets or indenting.

Open awfki opened this issue 1 year ago • 1 comments

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:

  * 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.

<ul class=" fix-media-list-overlap">
<li class="level1 node"><div class="li"> UL Item 1</div>
<ul class=" fix-media-list-overlap">
<li class="level2"><div class="li"> UL Item 1a indented</div>
</li>
</ul>
</li>
<li class="level1"><div class="li"> UL Item 2</div>
</li>
<li class="level1"><div class="li"> UL Item 3</div>
</li>
</ul>

Versions

  • [Bootstrap3 Template]
  • [DokuWiki]
  • [Plugins]
  • [PHP]
  • [Browser]

Screenshots or Logs

Screenshot 2023-03-25 at 11 26 13 AM

Sample page or snippet

Same as above.

  * UL Item 1
    * UL Item 1a indented
  * UL Item 2
  * UL Item 3

awfki avatar Mar 25 '23 15:03 awfki

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.

awfki avatar Mar 29 '23 00:03 awfki