> That's a pretty big hack, though. You might try doing something like this > to functions/page_header.php: > > --- page_header.php.orig Sat Aug 2 10:08:24 2003 > +++ page_header.php Sat Aug 2 10:08:34 2003 > @@ -284,7 +284,7 @@ > echo "</td>\n"; > } > echo " </tr>\n". > - "</table><br>\n\n"; > + "</table><br/>\n\n"; > }
If that works, then push it in. It's only an XML change really, as <br> has no closing tag, so for XML, it becomes <br /> which isn't so bad. That is the format PHP outputs when you do nl2br or similar functions anyway. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
