NIHVIVO-736 Fix JSP syntax errors, introduced by previous changes.
This commit is contained in:
parent
a490d44617
commit
0ff41b8ac8
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.EDITOR) { %>
|
||||
<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.EDITOR)) { %>
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
<h3>Data Input</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue