diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-01-12 18:25:23 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-01-12 18:25:23 +0000 |
commit | ae04b070553f133df9aaef42d7217d9d6976c111 (patch) | |
tree | fb6b45bbe948f503789938f04abee9ffe959f926 /inc/header.html | |
parent | a7fb3a560b9669bf5fd8672c87a9131e2921b11d (diff) |
fixed stylesheet names
Diffstat (limited to 'inc/header.html')
-rw-r--r-- | inc/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/header.html b/inc/header.html index 66b1931..908c17d 100644 --- a/inc/header.html +++ b/inc/header.html @@ -3,8 +3,8 @@ <head> <title>Funkfeuer Graz</title> <meta charset="utf-8"> - <link rel="stylesheet" title="Funkfeuer CI" type="text/css" href="/css/ffci.css" /> - <link rel="alterbate stylesheet" title="Funkfeuer Graz" type="text/css" href="/css/ffgraz.css" /> + <link rel="stylesheet" title="Funkfeuer%20CI" type="text/css" href="/css/ffci.css" /> + <link rel="alterbate stylesheet" title="Funkfeuer%20Graz" type="text/css" href="/css/ffgraz.css" /> </head> <body> <div id="header"></div> |