diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-12 01:01:45 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:03 -0800 |
commit | 0b90f7645e5bd54c99c6fb7c1fe105e183b9e8c1 (patch) | |
tree | 213b5acda866196a8d11739f11d7b0ad62ac6c01 | |
parent | c8a4d0d6c2cafe1d3d4285c4b634f1dc52e91d8b (diff) |
Updated class for application list
-rw-r--r-- | lib/applicationlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/applicationlist.php b/lib/applicationlist.php index e305437f4..23c727bd6 100644 --- a/lib/applicationlist.php +++ b/lib/applicationlist.php @@ -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; |