On Wed, Nov 16, 2005 at 01:34:43AM -0500, Henrik Bechmann wrote:
> All,
>
> Is there any way to turn off the insertion of the spacer paragraph:
>
> <p class='vspace'></p>
In a local customizationfile (e.g., local/config.php), add:
$HTMLVSpace = '';
Pm