projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea48747
)
add missing space
author
Joey Hess
<joey@kitenet.net>
Mon, 20 Sep 2010 00:04:31 +0000
(20:04 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 20 Sep 2010 00:04:31 +0000
(20:04 -0400)
IkiWiki/Plugin/meta.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/meta.pm
b/IkiWiki/Plugin/meta.pm
index 5941e3f3f589fa5fee34f5e871949ed891aa685a..ae593555e72010dfea12c248631d7e883d9df6c8 100644
(file)
--- a/
IkiWiki/Plugin/meta.pm
+++ b/
IkiWiki/Plugin/meta.pm
@@
-198,7
+198,7
@@
sub preprocess (@) {
'" rel="openid2.local_id" />' if $delegate ne 1;
}
if (exists $params{"xrds-location"} && safeurl($params{"xrds-location"})) {
- push @{$metaheaders{$page}}, '<meta http-equiv="X-XRDS-Location"'.
+ push @{$metaheaders{$page}}, '<meta http-equiv="X-XRDS-Location"
'.
'content="'.encode_entities($params{"xrds-location"}).'" />';
}
}