Fix typos in testpage overlay

This commit is contained in:
James 2017-08-20 08:37:51 -04:00
parent 46c04488de
commit 265552989b
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@
<col class="col-xs-7" /> <col class="col-xs-7" />
</colgroup> </colgroup>
<tbody> <tbody>
<tr th:if="${!strings.isEmpty(conf.implementation.description.value)}"> <tr th:if="${!#strings.isEmpty(conf.implementation.description)}">
<td>Server</td> <td>Server</td>
<td th:utext="'' + ${conf.implementation.description}">HAPI Restful Server</td> <td th:utext="'' + ${conf.implementation.description}">HAPI Restful Server</td>
</tr> </tr>
<tr th:if="${!strings.isEmpty(conf.software.name.value)} or ${!strings.isEmpty(conf.software.version.value)}"> <tr th:if="${!#strings.isEmpty(conf.software.name)} or ${!#strings.isEmpty(conf.software.version)}">
<td>Software</td> <td>Software</td>
<td> <td>
<th:block th:utext="'' + ${conf.software.name}"/> - <th:block th:utext="'' + ${conf.software.version}"/> <th:block th:utext="'' + ${conf.software.name}"/> - <th:block th:utext="'' + ${conf.software.version}"/>