Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
a74c3d2f
Commit
a74c3d2f
authored
Jan 18, 2014
by
Matija Obreza
Browse files
Typo
parent
a4df49e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/metadata/view.jsp
View file @
a74c3d2f
...
...
@@ -91,7 +91,7 @@
<td><spring:message code="accession.holdingCountry" /></td>
--%>
<c:forEach
items=
"
${
methods
}
"
var=
"method"
>
<td><c:out
value=
"
${
method
.
fieldName
}
"
/>
<c:if
test=
"
${
method
.
unit
ne
null
'
}">[<c:out value="${method.unit}" />]</c:if></td>
<td><c:out
value=
"
${
method
.
fieldName
}
"
/>
<c:if
test=
"
${
method
.
unit
ne
null
}
"
>
[
<c:out
value=
"
${
method
.
unit
}
"
/>
]
</c:if></td>
</c:forEach>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment