From a0aca9f585d3a530dba0739a1ec2e7da8472f94d Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 13 Jul 2007 20:38:31 +0000 Subject: * Fix links to alternate stylesheets when usedirs is enabled. * Use type= not style= in html for alternate stylesheets, which is more correct (but in my testing both epiphany and iceweasel work ok with style=text/css). --- IkiWiki/Plugin/meta.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm index f498398a2..fd21432fa 100644 --- a/IkiWiki/Plugin/meta.pm +++ b/IkiWiki/Plugin/meta.pm @@ -90,7 +90,7 @@ sub preprocess (@) { #{{{ $meta{$page}.='\n"; + "\" type=\"text/css\" />\n"; } elsif ($key eq 'openid') { if (exists $params{server}) { -- cgit v1.2.3