diff --git a/nixtape/api/ArtistXML.php b/nixtape/api/ArtistXML.php
index 7da6df058f45422e86ef31ba2029a9d34232c5e2..3e9b70281530df20c88eb58db363b5d2d9521bcb 100755
--- a/nixtape/api/ArtistXML.php
+++ b/nixtape/api/ArtistXML.php
@@ -98,7 +98,7 @@ class ArtistXML {
return(XML::error('failed', '7', 'Invalid resource specified'));
}
- $xml = new SimpleXMLElement('');
+ $xml = new SimpleXMLElement('');
$root = $xml->addChild('toptags', null);
$root->addAttribute('artist', $artist->name);