diff --git a/elogd.c b/elogd.c
index 361b7154..477f8469 100755
--- a/elogd.c
+++ b/elogd.c
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
+ Revision 2.114 2002/12/12 13:25:59 midas
+ Make active logbook tab also a link
+
Revision 2.113 2002/12/12 12:42:37 midas
Added 'quick filter' option
@@ -3781,28 +3784,22 @@ int i, j;
{
rsprintf(" ",
gt("Title fontcolor"), gt("Title BGColor"));
-
- for (j=0 ; j<(int)strlen(str) ; j++)
- if (str[j] == ' ')
- rsprintf(" ");
- else
- rsprintf("%c", str[j]);
-
- rsprintf(" \n");
+ rsprintf("", gt("Title fontcolor"), ref);
}
else
{
rsprintf(" ");
rsprintf("", ref);
-
- for (j=0 ; j<(int)strlen(str) ; j++)
- if (str[j] == ' ')
- rsprintf(" ");
- else
- rsprintf("%c", str[j]);
-
- rsprintf("  \n");
}
+
+
+ for (j=0 ; j<(int)strlen(str) ; j++)
+ if (str[j] == ' ')
+ rsprintf(" ");
+ else
+ rsprintf("%c", str[j]);
+
+ rsprintf("  \n");
}
rsprintf("\n\n");