funny behavior when imp/config/html.conf ends w/ newline

Nancy Lin nlin@newton.me.berkeley.edu
Fri, 21 Sep 2001 13:06:38 -0700 (PDT)



Hi

I was wondering if anyone else has run into this funny problem.

Running the latest 2.3.7 cvs on linux.

I was trying to change the default background color and ran into this.

To duplicate:

1.  get latest 2.3.7 cvs
2.  Copy all the .dist files over in horde/config and imp/config:
cd /var/www/html
cd horde/config
cp horde.php.dist horde.php
cp html.php.dist html.php
cp lang.php.dist lang.php
cp mime_drivers.php.dist mime_drivers.php
cp mime_mapping.php.dist mime_mapping.php
cp motd.php.dist motd.php
cp registry.php.dist registry.php
cd ../imp/config
cp conf.php.dist conf.php
cp filter.txt.dist filter.txt
cp header.txt.dist header.txt
cp html.php.dist html.php
cp menu.php.dist menu.php
cp mime_drivers.php.dist mime_drivers.php
cp motd.php.dist motd.php
cp prefs.php.dist prefs.php
cp servers.php.dist servers.php
cp trailer.txt.dist trailer.txt

3.  edit imp/config/html.php and just add one newline at the end of
    the file.

4.  When I view the login screen (http://blah.edu/horde/imp/)
    on both IE 5.5 & Netscape 4.76, the background is now white
    instead of the default purple.

nancy