]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated class for application list
authorSarven Capadisli <csarven@status.net>
Tue, 12 Jan 2010 01:01:45 +0000 (01:01 +0000)
committerZach Copley <zach@status.net>
Mon, 25 Jan 2010 00:36:03 +0000 (16:36 -0800)
lib/applicationlist.php

index e305437f4cdc8b9241c62725b9812458b8e521a4..23c727bd6124225864d072d78c0fc019045dd0e0 100644 (file)
@@ -69,7 +69,7 @@ class ApplicationList extends Widget
 
     function show()
     {
-        $this->out->elementStart('ul', 'applications xoxo');
+        $this->out->elementStart('ul', array('id' => 'applications'));
 
         $cnt = 0;