bug in Recent Entries
Posted: Sat Aug 27, 2005 3:09 am
THis might not classify as a bug, but here it is:
the Recent Entries plug in outputs a <br/> after each entry.
It looks like the only reason to do this is to get more spacing between different entries. The problem is that it is difficult to change this spacing. I suggest that that is left to the CSS style. The <div> wrapping the data is already producing a breakline. The style can manipulate the marging-bottom of this, rather than relying on hardcoded elemenets such as <br>
the Recent Entries plug in outputs a <br/> after each entry.
It looks like the only reason to do this is to get more spacing between different entries. The problem is that it is difficult to change this spacing. I suggest that that is left to the CSS style. The <div> wrapping the data is already producing a breakline. The style can manipulate the marging-bottom of this, rather than relying on hardcoded elemenets such as <br>