summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r--lib/htmloutputter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php
index 71f17604b..f83998bc2 100644
--- a/lib/htmloutputter.php
+++ b/lib/htmloutputter.php
@@ -319,7 +319,8 @@ class HTMLOutputter extends XMLOutputter
'id' => $id,
'name' => ($name) ? $name : $id,
'class' => $cls,
- 'value' => $label));
+ 'value' => $label,
+ 'title' => $label));
}
/**