Question about Tiki rendering
zwoop - December 21, 2008 - 17:17
| Project: | PEAR Wiki Filter |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
This might sound stupid, but I can't figure out where in the Pear Wiki/Tiki code this happens. I use the TikiWiki format, and most everything works exactly as I like, except for Headings. For headings (!, !!, !!! etc.), it adds an extra line break after the H tag, e.g.
<h2 id="toc0"> Introduction</h2>
<div style="padding: 0px; margin: 0px; border: none;" id="toc0__content">
<br />Where and why is this happening? What file(s) do I need to tweak to prevent this break from getting generated? The reason of course being that I want to control the spacing via the style sheet, and with the break "hardcoded" in there, I have no way of reducing the spacing beyond that.
Any ideas?
