Nis Martensen wrote:
> 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}) {

You'll have to give me more information. style= works here:
http://ikiwiki.info/css_market/

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to