From d02e350a69635c3d8e7c30cf51dc446936c6cbf1 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 11 Mar 2008 23:02:01 +0100 Subject: [PATCH 1/1] Correct meta.robots attribute value->content This was a silly typo, sorry. takes an attribute content, not value. Signed-off-by: martin f. krafft --- IkiWiki/Plugin/meta.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('