diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-21 19:08:29 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-21 19:08:29 +0000 |
commit | b8e096f96afd732a719a71f53cadd9fb081092da (patch) | |
tree | 4310e7af51ae7027fbcc4c7d51a7ad1dde0e9c7f /IkiWiki/Plugin | |
parent | c8b4ba354f82fbbcebbbfca65b40a047f9920525 (diff) | |
download | ikiwiki-b8e096f96afd732a719a71f53cadd9fb081092da.tar ikiwiki-b8e096f96afd732a719a71f53cadd9fb081092da.tar.gz |
fix
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/meta.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm index ec7a2d081..e13f57978 100644 --- a/IkiWiki/Plugin/meta.pm +++ b/IkiWiki/Plugin/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"; + "\" style=\"text/css\" />\n"; } elsif ($key eq 'openid') { if (exists $params{server}) { |