no Jira issue. Search index template file was missing a closing div tag.
This commit is contained in:
parent
3b85239642
commit
49de7204d6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<h2>${i18n().search_index_status}</h2>
|
||||
|
||||
<div id="searchIndexerError" />
|
||||
<div id="searchIndexerError" /></div>
|
||||
|
||||
<div id="searchIndexerStatus">
|
||||
Search Indexer Status
|
||||
|
|
Loading…
Add table
Reference in a new issue