summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/applicationlist.php2
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;