Load fedora.css using HTTPS on people page
This commit is contained in:
parent
d40becaf30
commit
2061faee9a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ cat << EOM>> ${outfile}
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Fedora Project</title>
|
||||
<link rel="stylesheet" type="text/css" media="all" href="http://fedoraproject.org/static/css/fedora.css" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="https://fedoraproject.org/static/css/fedora.css" />
|
||||
<!--[if lt IE 7]>
|
||||
<style type="text/css">
|
||||
#wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue