summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf-ndn.jsp
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-25 23:17:22 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-25 23:17:22 +0100
commit58bf0b1e33f3cfc18b1fe153a417e1edcf4b0c24 (patch)
treebde09c8e082bab9d3d6d986e766c0af75a4e85e7 /src/main/webapp/wayf-ndn.jsp
parent6dc252576a5871a03f5cca7af5940bd082f4b927 (diff)
tabbed layout
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r--src/main/webapp/wayf-ndn.jsp2
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>