mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
fixed some relative links and rss problems with https
This commit is contained in:
parent
a81f22da2d
commit
e45d8daaba
3 changed files with 8 additions and 8 deletions
|
@ -362,7 +362,7 @@ function html_header() {
|
|||
print "<link rel='stylesheet' type='text/css' href='/css/fonts.css'/>\n";
|
||||
print "<link rel='stylesheet' type='text/css' href='/css/containers.css'/>\n";
|
||||
print "<link rel='shortcut icon' href='/images/favicon.ico'/>\n";
|
||||
print "<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='http://".$_SERVER['HTTP_HOST']."/rss2.php' />\n";
|
||||
print "<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='/rss2.php' />\n";
|
||||
print "<meta http-equiv=\"Content-Type\"";
|
||||
print " content=\"text/html; charset=UTF-8\" />\n";
|
||||
print "</head>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue