diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2011-09-29 10:45:42 +0200 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2011-09-29 10:45:42 +0200 |
commit | a844bad0235b0bf6309b37ba5255a5dfb7bd110a (patch) | |
tree | 15dc5b2d80666adb328a530e4cdd63510e86be27 /tmpl/release_select.tt2 | |
parent | 84fc580e278aefda62c537a05661db8ae39e55e0 (diff) |
Fix fallout from 84fc580e278aefda62c537a05661db8ae39e55e0.
Diffstat (limited to 'tmpl/release_select.tt2')
-rw-r--r-- | tmpl/release_select.tt2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/release_select.tt2 b/tmpl/release_select.tt2 index 9172e24..65a6425 100644 --- a/tmpl/release_select.tt2 +++ b/tmpl/release_select.tt2 @@ -1,7 +1,7 @@ <select name="v" id="v" onchange="update_version(this, '[% context.base_url %]', '[% context.tree %]', '[% context.default_release %]', '[% context.path %]');"> [% FOREACH v = context.all_releases %] - <option value="[% v | uri %]" + <option value="[% v | html %]" [% IF v == context.release %]selected="selected"[% END %]> [% v | html %]</option> [% END %] |