]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/meta.pm
add missing space
[ikiwiki.git] / IkiWiki / Plugin / meta.pm
index d18585d3d876129990cd829b88f306eb985308fb..ae593555e72010dfea12c248631d7e883d9df6c8 100644 (file)
@@ -37,6 +37,7 @@ sub needsbuild (@) {
                        }
                }
        }
+       return $needsbuild;
 }
 
 sub scrub ($$) {
@@ -197,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"}).'" />';
                }
        }