X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMetadata.php;h=a543c73c9ee75b6b8ae284d8aa8a18ec79123a75;hb=7e233425829ee83fc568bec6dc8b00b1ceb39b7f;hp=b995b2232ea9dbd97ce34312712ee1c7ae09407a;hpb=fb545804d885666ca7e086c09fbd38259dc37622;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Metadata.php b/includes/Metadata.php index b995b2232e..a543c73c9e 100644 --- a/includes/Metadata.php +++ b/includes/Metadata.php @@ -21,7 +21,7 @@ */ /** - * TODO: Perhaps make this file into a Metadata class, with static methods (declared + * TODO: Perhaps make this file into a Metadata class, with static methods (declared * as private where indicated), to move these functions out of the global namespace? */ define('RDF_TYPE_PREFS', "application/rdf+xml,text/xml;q=0.7,application/xml;q=0.5,text/rdf;q=0.1"); @@ -364,5 +364,3 @@ function getKnownLicenses() { return $knownLicenses; } - -?>