summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
diff options
context:
space:
mode:
authorSean Murphy <sgmurphy@gmail.com>2009-02-09 17:29:39 -0500
committerSean Murphy <sgmurphy@gmail.com>2009-02-09 17:29:39 -0500
commitbdd9f6ce1d9bafc1c534aec224fa0ad1452779c1 (patch)
tree928e7efa3c382787adacf3e7234d77bce506eb80 /lib/htmloutputter.php
parentf6705f06c0a8251c0f3eb0fe88532e75645f7705 (diff)
parent32744124bcb8aa0683490a56defd4a79f072d278 (diff)
Merge commit 'upstream/0.7.x' into 0.7.x
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r--lib/htmloutputter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php
index 7780b1c19..e2319b1fd 100644
--- a/lib/htmloutputter.php
+++ b/lib/htmloutputter.php
@@ -255,7 +255,7 @@ class HTMLOutputter extends XMLOutputter
foreach ($content as $value => $option) {
if ($value == $selected) {
$this->element('option', array('value' => $value,
- 'selected' => $value),
+ 'selected' => 'selected'),
$option);
} else {
$this->element('option', array('value' => $value), $option);