[imp] HEAD CVS Problem.

Christopher Crowley ccrowley@tulane.edu
Wed, 21 Nov 2001 14:39:12 -0600


Jan -


> If this is really the first message on the page, you have an extra newline
> at the end of horde/config/html.php.

The error page was:

body { font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12px;
background-color: #336633; color: black; } input { font-family:
Geneva,Arial,Helvetica,sans-serif; font-size: 12px; } form { margin: 0px; }
a { color: #333399; font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 12px; text-decoration: none; } a:hover { color: blue;
text-decoration: underline; } a.menuitem { color: #eeeeff; font-family:
Verdana,Helvetica,sans-serif; font-size: 11px; font-weight: normal; }
a.menuitem:hover { color: yellow; } a.helpitem { color: #cccccc;
font-family: Verdana,Helvetica,sans-serif; font-size: 12px; font-weight:
normal; } a.helpitem:hover { color: yellow; } a.widget { color: #222244;
font-family: Verdana,Helvetica,sans-serif; font-size: 11px; } a.widget:hover
{ color: blue; background-color: #e9e9e9; } .outline { background-color:
black; } .menu { color: white; background-color: #669999; font-family:
Verdana,Helvetica,sans-serif; } .header { color: #ccccee; background-color:
#669999; font-family: Verdana,Helvetica,sans-serif; font-weight: bold;
font-size: 17px; } .header:hover { color: white; } .light { color: white;
font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12px; }
.smallheader { color: #ccccee; background-color: #669999; font-family:
Geneva,Arial,Helvetica,sans-serif; font-size: 12px; } .small { color:
#aaaacc; font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 11px; }
.legend { color: #000000; font-family: Geneva,Arial,Helvetica,sans-serif;
font-size: 11px; } .control { color: black; background-color: #cccccc; }
.item { color: black; background-color: #e9e9e9; } .button { color: white;
background-color: #666699; border-bottom: thin solid #222244; border-right:
thin solid #222244; border-top: thin solid #9999cc; border-left: thin solid
#9999cc; font-size: 11px; font-family: Verdana,Helvetica,sans-serif; }
.selected { background-color: #bbcbff; } .text { color: black;
background-color: white; } .item0 { background-color: #f3f3f3; } .item1
 background-color: #e9e9e9; } .fixed { font-size: 13px; font-family:
monospace, fixed; } td { font-size: 12px; font-family:
Geneva,Arial,Helvetica,sans-serif; } th { font-size: 12px; font-family:
Geneva,Arial,Helvetica,sans-serif; } .list { background-color: #f0f0ff; }
.listlt { background-color: #ffffff; }
Warning: Cannot add header information - headers already sent by (output
started at /space/local/apache_php2/htdocs/horde/horde/config/html.php:29)
in /space/local/apache_php2/htdocs/horde/horde/lib/Maintenance.php on line
159

Line 29 in html.php was:

----- from html.php w/ line numbers -----
    23
    24  a:hover {
    25          color: blue;
    26          text-decoration: underline;
    27  }
    28
    29  a.menuitem {
    30          color: #eeeeff;
    31          font-family: Verdana,Helvetica,sans-serif;
    32          font-size: 11px;
    33          font-weight: normal;
    34  }
    35
------------------------------------------

I copied html.php.dist to the html.php, and it worked fine.  It looks like
the html.php is a CSS format?  I must have been broken, and the CVS update
corrected it.

Chris