fixed some relative links and rss problems with https

This commit is contained in:
simo 2005-06-10 23:24:34 +00:00
parent a81f22da2d
commit e45d8daaba
3 changed files with 8 additions and 8 deletions

View file

@ -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";