Hi all, I'm running Hobbit 4.3.0-0.beta2 and experienced a problem with the sidebar in Mozilla/Netscape. Although on bb2.html all errors were displayed none of them was displayed on nstab.html. The following changes in rssgen.c solved the problem: --- rssgen.c.orig 2009-07-20 11:37:37.050240000 +0200 +++ rssgen.c 2009-07-20 11:38:10.945390243 +0200 @@ -266,8 +266,8 @@ e->column->name); } else { - fprintf(fd, "\t<A TARGET=\"_content\" HREF=\"%s%s\"", - xgetenv("BBWEB"), + fprintf(fd, "\t<A TARGET=\"_content\" HREF=\"%s%s\">", + xgetenv("BBWEBHOST"), hostsvcurl(h->hostname, e->column->name, 1)); } fprintf(fd, "%s (%s)</A>\n", Regards Torsten
participants (1)
-
bb4@richter-it.net