Active
Project:
PEAR Wiki Filter
Version:
5.x-1.1
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2008 at 17:17 UTC
Updated:
21 Dec 2008 at 17:17 UTC
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?