X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/cdf88c88216c75051e2e3cfc7844da4611e7c89b..fd2ddd9e87f758e5d2987708321ec0c6c0dd6898:/IkiWiki/Plugin/meta.pm
diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm
index 0c210b64d..0afe1c362 100644
--- a/IkiWiki/Plugin/meta.pm
+++ b/IkiWiki/Plugin/meta.pm
@@ -149,9 +149,9 @@ sub preprocess (@) { #{{{
push @{$metaheaders{$page}}, '';
}
- if (exists $params{xrds-location} && safeurl($params{xrds-location})) {
+ if (exists $params{"xrds-location"} && safeurl($params{"xrds-location"})) {
push @{$metaheaders{$page}}, '';
+ 'content="'.encode_entities($params{"xrds-location"}).'" />';
}
}
elsif ($key eq 'redir') {
@@ -186,7 +186,7 @@ sub preprocess (@) { #{{{
$value=encode_entities($value);
}
my $delay=int(exists $params{delay} ? $params{delay} : 0);
- my $redir="";
+ my $redir="";
if (! $safe) {
$redir=scrub($redir);
}
@@ -203,7 +203,7 @@ sub preprocess (@) { #{{{
}
elsif ($key eq 'robots') {
push @{$metaheaders{$page}}, '';
+ ' content="'.encode_entities($value).'" />';
}
else {
push @{$metaheaders{$page}}, scrub('