mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Changed 'rss feed' to 'alternate'
SVN revision: 1453
This commit is contained in:
parent
086df056de
commit
5d588f4497
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.724 2005/07/26 09:55:43 ritt
|
||||||
|
Changed 'rss feed' to 'alternate'
|
||||||
|
|
||||||
Revision 1.723 2005/07/26 07:59:46 ritt
|
Revision 1.723 2005/07/26 07:59:46 ritt
|
||||||
Added $elogbook
|
Added $elogbook
|
||||||
|
|
||||||
@ -7447,7 +7450,7 @@ void show_html_header(LOGBOOK * lbs, BOOL expires, char *title, BOOL close_head,
|
|||||||
rsprintf("<link rel=\"icon\" href=\"favicon.png\" type=\"image/png\">\n");
|
rsprintf("<link rel=\"icon\" href=\"favicon.png\" type=\"image/png\">\n");
|
||||||
|
|
||||||
if (rss_feed) {
|
if (rss_feed) {
|
||||||
rsprintf("<link rel=\"rss feed\" type=\"application/rss+xml\" ");
|
rsprintf("<link rel=\"alternate\" type=\"application/rss+xml\" ");
|
||||||
rsprintf("title=\"ELOG %s\" ", lbs->name);
|
rsprintf("title=\"ELOG %s\" ", lbs->name);
|
||||||
rsprintf("href=\"elog.rdf\">\n");
|
rsprintf("href=\"elog.rdf\">\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user