= Description = The html validation of this line goes right but it looks a bit curious if you do have a look in the html source of [[ReimarBauer/Example1]] you do see {{{
}}} a bit more in detail what is the reason for this `/` at the end. {{{

}}} Probably no bug -- ReimarBauer <> == 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 ##}}} == 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''' || || == Workaround == ## How to deal with the bug until it is fixed = Discussion = This is not a bug, just a self-closing xhtml-like p tag. html4 software just ignores this slash. IBTD, this slash is unnecessary, because, as you said, is looks like a self-closing tag. This is needed ''only'' with "empty" elements, such as `
`, `


`, and so on, but not with container elements, such as `

Text.

`, `

Heading.

`, and so on. As you see, `
` is just a shorthand for `

`, whereas empty containers ("`

`") should not exist. -- MartinBayer <> = Plan = ## This part is for Moin``Moin developers: * Priority: * Assigned to: * Status: ---- ## 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. CategoryMoinMoinNoBug

1