[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nstab.html
- To: <hobbit (at) hswn.dk>
- Subject: nstab.html
- From: Torsten Richter <bb4 (at) richter-it.net>
- Date: Mon, 20 Jul 2009 11:43:21 +0200
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