From: martin f. krafft Date: Tue, 11 Mar 2008 22:02:01 +0000 (+0100) Subject: Correct meta.robots attribute value->content X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/d02e350a69635c3d8e7c30cf51dc446936c6cbf1 Correct meta.robots attribute value->content This was a silly typo, sorry. takes an attribute content, not value. Signed-off-by: martin f. krafft --- diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm index 0c210b64d..8803747fb 100644 --- a/IkiWiki/Plugin/meta.pm +++ b/IkiWiki/Plugin/meta.pm @@ -203,7 +203,7 @@ sub preprocess (@) { #{{{ } elsif ($key eq 'robots') { push @{$metaheaders{$page}}, ''; + ' content="'.encode_entities($value).'" />'; } else { push @{$metaheaders{$page}}, scrub('