diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-25 23:17:22 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-25 23:17:22 +0100 |
commit | 58bf0b1e33f3cfc18b1fe153a417e1edcf4b0c24 (patch) | |
tree | bde09c8e082bab9d3d6d986e766c0af75a4e85e7 /src | |
parent | 6dc252576a5871a03f5cca7af5940bd082f4b927 (diff) |
tabbed layout
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 568e441..a6a250b 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -128,7 +128,7 @@ </logic:present> <input type="hidden" name="action" value="selection" /> <select name="origin" class="origin" tabindex="40"> - <logic:iterate id="site" name="sites" property="sites"> + <logic:iterate id="site" name="sites"> <option value="<jsp:getProperty name="site" property="name" />"> <jsp:getProperty name="site" property="displayName" /> </option> |