mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed bug with 'summary page title'
SVN revision: 493
This commit is contained in:
parent
dfa926865d
commit
a6ebf702b6
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.80 2003/04/09 11:55:39 midas
|
||||||
|
Fixed bug with 'summary page title'
|
||||||
|
|
||||||
Revision 1.79 2003/04/08 11:28:03 midas
|
Revision 1.79 2003/04/08 11:28:03 midas
|
||||||
Increased TEXT_SIZE to 250000
|
Increased TEXT_SIZE to 250000
|
||||||
|
|
||||||
@ -8735,9 +8738,8 @@ LOGBOOK *lbs_cur;
|
|||||||
strsubst(str, slist, svalue, i);
|
strsubst(str, slist, svalue, i);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
strcpy(str, "ELOG");
|
sprintf(str, "ELOG %s", lbs->name);
|
||||||
|
|
||||||
sprintf(str, "ELOG %s", lbs->name);
|
|
||||||
show_standard_header(lbs, TRUE, str, NULL);
|
show_standard_header(lbs, TRUE, str, NULL);
|
||||||
|
|
||||||
/*---- title ----*/
|
/*---- title ----*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user