Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unordered list not showing bullets or indenting. #588

Open
awfki opened this issue Mar 25, 2023 · 1 comment
Open

Unordered list not showing bullets or indenting. #588

awfki opened this issue Mar 25, 2023 · 1 comment
Labels

Comments

@awfki
Copy link

awfki commented Mar 25, 2023

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 awfki added the bug label Mar 25, 2023
@awfki
Copy link
Author

awfki commented Mar 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant