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
4f6c9db4
Commit
4f6c9db4
authored
Oct 19, 2013
by
Matija Obreza
Browse files
Fixed typo
parent
63d962c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/accession/details.jsp
View file @
4f6c9db4
...
...
@@ -61,7 +61,7 @@
<td><c:out
value=
"
${
accession
.
accessionName
}
"
/></td>
</tr>
<c:if
test=
"
${
crop
ne
null
}
"
>
<c:if
test=
"
${
crop
s
ne
null
}
"
>
<tr>
<td><spring:message
code=
"accession.crop"
/></td>
<td><c:forEach
items=
"
${
crops
}
"
var=
"crop"
>
...
...
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