Xymon Mailing List Archive search

nstab.html

list Torsten Richter
Mon, 20 Jul 2009 11:43:21 +0200
Message-Id: <12121696.2435701248083001777.JavaMail.servlet@kundenserver>

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