mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
bugfix: syntax fix
This commit is contained in:
parent
cd6922371f
commit
a38b0146ce
@ -7641,8 +7641,6 @@ void show_html_header(LOGBOOK * lbs, BOOL expires, char *title, BOOL close_head,
|
|||||||
if (css_base[0] == 0)
|
if (css_base[0] == 0)
|
||||||
compose_base_url(lbs, css_base, sizeof(css_base), FALSE);
|
compose_base_url(lbs, css_base, sizeof(css_base), FALSE);
|
||||||
} else
|
} else
|
||||||
compose_base_url(lbs, css_base, sizeof(css_base), FALSE);
|
|
||||||
else
|
|
||||||
css_base[0] = 0;
|
css_base[0] = 0;
|
||||||
|
|
||||||
rsprintf("<link rel=\"stylesheet\" type=\"text/css\" href=\"%selog.css\">\n", css_base);
|
rsprintf("<link rel=\"stylesheet\" type=\"text/css\" href=\"%selog.css\">\n", css_base);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user