[xiph-commits] r18770 - websites/opus-codec.org/ssi
giles at svn.xiph.org
giles at svn.xiph.org
Tue Jan 15 16:05:29 PST 2013
Author: giles
Date: 2013-01-15 16:05:29 -0800 (Tue, 15 Jan 2013)
New Revision: 18770
Modified:
websites/opus-codec.org/ssi/header.include
Log:
Use the *correct* svg content type.
relogo.org's instructions incorrectly use image/svg.
Modified: websites/opus-codec.org/ssi/header.include
===================================================================
--- websites/opus-codec.org/ssi/header.include 2013-01-16 00:00:34 UTC (rev 18769)
+++ websites/opus-codec.org/ssi/header.include 2013-01-16 00:05:29 UTC (rev 18770)
@@ -5,7 +5,7 @@
<link rel="stylesheet" title="Default"
href="/css/screen.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico" />
- <link rel="logo" type="image/svg" href="/images/opus.svg" />
+ <link rel="logo" type="image/svg+xml" href="/images/opus.svg" />
<title>Opus Codec</title>
</head>
<body>
More information about the commits
mailing list