Ticket #156 (new defect)

Opened 1 year ago

Theme selection broken

Reported by: trac-user Assigned to: fox
Priority: minor Milestone:
Component: interface Version:
Keywords: Cc:

Description

It seems the theme selection is broken. If I select the "Select theme" drop down menu there are all values twice and I can't select another theme. A look at the generated source code show me that there are no values exept "Default"

  <td><select name="theme">
       <option value="Default">Default</option>
       <option disabled="disabled">--------</option>
       <option>Default (Compact)</option>
       <option>Default Compact)</option>
       <option>Graycube</option>
       <option>Graycube</option>
       <option>Old-skool</option>
       <option>Old-skool</option>
      </select></td>