Updated class for application list

This commit is contained in:
Sarven Capadisli 2010-01-12 01:01:45 +00:00 committed by Zach Copley
parent c8a4d0d6c2
commit 0b90f7645e

View File

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