add missing space
authorJoey Hess <joey@kitenet.net>
Mon, 20 Sep 2010 00:04:31 +0000 (20:04 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 20 Sep 2010 00:04:31 +0000 (20:04 -0400)
IkiWiki/Plugin/meta.pm

index 5941e3f3f589fa5fee34f5e871949ed891aa685a..ae593555e72010dfea12c248631d7e883d9df6c8 100644 (file)
@@ -198,7 +198,7 @@ sub preprocess (@) {
                                '" rel="openid2.local_id" />' if $delegate ne 1;
                }
                if (exists $params{"xrds-location"} && safeurl($params{"xrds-location"})) {
                                '" 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"}).'" />';
                }
        }
                                'content="'.encode_entities($params{"xrds-location"}).'" />';
                }
        }