summaryrefslogtreecommitdiffstats
path: root/lib/class/ajax.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 08:50:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 08:50:35 +0000
commitbc36b9d282aff16dfc794819919897103c94b9bd (patch)
tree1d3cec755afbf08a595c4164d47a219b2dfa7ed3 /lib/class/ajax.class.php
parentd560bb1c7b7e675ad72af0731df18757bf9d5700 (diff)
downloadampache-bc36b9d282aff16dfc794819919897103c94b9bd.tar.gz
ampache-bc36b9d282aff16dfc794819919897103c94b9bd.tar.bz2
ampache-bc36b9d282aff16dfc794819919897103c94b9bd.zip
added some basic random functionality, need to make the advanced page
Diffstat (limited to 'lib/class/ajax.class.php')
-rw-r--r--lib/class/ajax.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/ajax.class.php b/lib/class/ajax.class.php
index e8496e75..2139959e 100644
--- a/lib/class/ajax.class.php
+++ b/lib/class/ajax.class.php
@@ -122,7 +122,7 @@ class Ajax {
}
// If we pass a source put it in the ID
- $string = "<span id=\"$source\" $class_txt>$text</span>\n";
+ $string = "<div id=\"$source\" $class_txt>$text</div>\n";
$string .= self::observe($source,'click',$ajax_string);