Merge remote branch 'kc/new/bug_5030' into kcmaster
[koha.git] / C4 / XSLT.pm
index ddc9077..7844330 100644 (file)
@@ -218,7 +218,7 @@ sub buildKohaItemsNamespace {
         . "</item>";
 
     }
-    $xml = "<items xmlns=\"http://www.koha.org/items\">".$xml."</items>";
+    $xml = "<items xmlns=\"http://www.koha-community.org/items\">".$xml."</items>";
     return $xml;
 }