Subject: | Attribute value in XHTML: selected="selected" |
SVN::Web generates XHTML but with a bad value for the 'selected'
attribute. Instead of
<option value="en" selected="yes">
it should generate
<option value="en" selected="selected">
This is a small change to lib/SVN/Web/Template/trac/header.