mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Moved the favicon link out of the CSS loop.
This commit is contained in:
parent
5c8992de0c
commit
d839654ccb
3
html.c
3
html.c
@ -438,12 +438,13 @@ static xs_html *html_base_head(void)
|
||||
xs_html_attr("rel", "stylesheet"),
|
||||
xs_html_attr("type", "text/css"),
|
||||
xs_html_attr("href", v)));
|
||||
}
|
||||
|
||||
xs_html_add(head,
|
||||
xs_html_sctag("link",
|
||||
xs_html_attr("rel", "icon"),
|
||||
xs_html_attr("type", "image/x-icon"),
|
||||
xs_html_attr("href", f)));
|
||||
}
|
||||
|
||||
return head;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user