summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
diff options
context:
space:
mode:
authorMeitar Moscovitz <meitarm@gmail.com>2009-02-10 05:05:04 +1100
committerMeitar Moscovitz <meitarm@gmail.com>2009-02-10 05:05:04 +1100
commit8cb3035b89df32e8194f7607bb8d098f57f81d23 (patch)
treeae5161356095fe7b0d83861d75cbf291d03444aa /lib/htmloutputter.php
parent6e2f04583728714ff937eb1fa3ab34e99bcdb6a6 (diff)
parente5bad1526422f346041978a0812b0b29dc7f78bc (diff)
Merge branch 'dev-0.7.x' into link-rel-paginate
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);