mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added meta tag
SVN revision: 1531
This commit is contained in:
parent
506fe90f99
commit
6ec707c83b
@ -6296,7 +6296,9 @@ void show_html_header(LOGBOOK * lbs, BOOL expires, char *title, BOOL close_head,
|
|||||||
rsprintf("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
|
rsprintf("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
|
||||||
|
|
||||||
/* page title */
|
/* page title */
|
||||||
rsprintf("<html><head><title>%s</title>\n", title);
|
rsprintf("<html><head>\n");
|
||||||
|
rsprintf("<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">\n");
|
||||||
|
rsprintf("<title>%s</title>\n", title);
|
||||||
|
|
||||||
/* Cascading Style Sheet */
|
/* Cascading Style Sheet */
|
||||||
compose_base_url(lbs, css, sizeof(css));
|
compose_base_url(lbs, css, sizeof(css));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user