= Description = When you include WikiNames in an unordered list like so: {{{ A list * Foo * Bar * DocBook * Baz * Wooga * Doc``Book * Foo again }}} It is rendered with more space before and after the lines containing the wiki name than between the other lines. Here's an example: A list * Foo * Bar * DocBook * Baz * Wooga * Doc``Book * Foo again {{attachment:WikiWordSpaceBug.jpg}} == Steps to reproduce == ## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it. 1. do this... == Example == ##Add URL that show the bug, screenshot or test wiki markup that fail... ##URL: ##{{attachment:screenshot.png}} ##{{{ ##Example wiki markup that fail ##}}} == Component selection == ## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ... * general == Details == ## If you got a traceback, please save the traceback page as html and attach here: ## [[attachment:traceback.html]] ## if the bug is in this wiki, just kill the table and write: This Wiki. ## If a traceback is not available, please fill in the details here: || '''!MoinMoin Version''' || || || '''OS and Version''' || || || '''Python Version''' || || || '''Server Setup''' || || || '''Server Details''' || || || '''Language you are using the wiki in''' (set in the browser/UserPreferences) || || == Workaround == ## How to deal with the bug until it is fixed = Discussion = yeah; that's because if you have a link (a) moinmoin wraps it around with a p tag. {{{
  • DocBook

  • }}} and in the common.css is defined: {{{ ## common.css (Line 40) li p { margin:0.25em 0; }}} so you could set margin to 0 {{{ margin: 0; }}}. bye -- MarcelHäfner <> = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: this will be fixed in moin2 because of the dom tree ---- ## If you are a moin core developer, replace the category to Category* in these cases: ## Category MoinMoinNoBug - if this is not a bug. ## Category MoinMoinBugConfirmed - if you can confirm the bug on current code. ## Category MoinMoinBugFixed - after the bug is fixed in current code. CategoryMoinMoinBug CategoryForMoin2