summaryrefslogtreecommitdiffstats
path: root/lib/class/xmldata.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-17 20:13:21 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-17 20:13:21 +0000
commitb96588ebc587f18f75e3dbe0240b180371ae4ff4 (patch)
tree67dfe34f23e72a7d23ce3acbeca0e67473c7f531 /lib/class/xmldata.class.php
parent491e1f9e82a484663e4419b4247efc382873e326 (diff)
downloadampache-b96588ebc587f18f75e3dbe0240b180371ae4ff4.tar.gz
ampache-b96588ebc587f18f75e3dbe0240b180371ae4ff4.tar.bz2
ampache-b96588ebc587f18f75e3dbe0240b180371ae4ff4.zip
stupid typo on the art xml doc
Diffstat (limited to 'lib/class/xmldata.class.php')
-rw-r--r--lib/class/xmldata.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index 0337a216..21608b3d 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -284,7 +284,7 @@ class xmlData {
"\t<time>$song->time</time>\n" .
"\t<url><![CDATA[" . $song->get_url($_REQUEST['auth']) . "]]></url>\n" .
"\t<size>$song->size</size>\n" .
- "\t<art><![CDATA[" . $art_url . "]]</art>\n" .
+ "\t<art><![CDATA[" . $art_url . "]]></art>\n" .
"</song>\n";
} // end foreach