Package: ikiwiki
Version: 2.3
Severity: minor
Tags: patch

External stylesheets are not used, due to a typo.

diff --git a/meta.pm b/meta.pm
index 184146c..4d7dde7 100644
--- a/meta.pm
+++ b/meta.pm
@@ -90,7 +90,7 @@ sub preprocess (@) { #{{{
                $meta{$page}.='<link href="'.$stylesheet.
                        '" rel="'.encode_entities($rel).
                        '" title="'.encode_entities($title).
-                       "\" style=\"text/css\" />\n";
+                       "\" type=\"text/css\" />\n";
        }
        elsif ($key eq 'openid') {
                if (exists $params{server}) {


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to