mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed " />" from META tag (robots seem to ignore it otherwise)
SVN revision: 1868
This commit is contained in:
parent
1e15c3fbc9
commit
e819630b91
@ -7003,7 +7003,7 @@ void show_html_header(LOGBOOK * lbs, BOOL expires, char *title, BOOL close_head,
|
||||
|
||||
/* page title */
|
||||
rsprintf("<html><head>\n");
|
||||
rsprintf("<META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\" />\n");
|
||||
rsprintf("<META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\">\n");
|
||||
rsprintf("<title>%s</title>\n", title);
|
||||
|
||||
/* Cascading Style Sheet */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user