REVERT: change to operationoutcome.html

This commit is contained in:
Tadgh 2023-02-08 12:04:23 -08:00
parent f32157319c
commit 71ea1b49f2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<tr th:each="issue : ${resource.issue}">
<td th:text="${issue.severityElement.value}" style="font-weight: bold;"></td>
<td th:text="${issue.location}"></td>
<td th:narrative="${issue.diagnostics[0]}"></td>
<td th:text="${issue.diagnostics}"></td>
</tr>
</table>
</div>