Skip to content

Commit

Permalink
Take out fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Jun 2, 2017
1 parent fe7fa56 commit 1f22ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gedbrowser/src/main/resources/templates/submittor.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<hr class="attributes"/>
<h3 class="attributes" th:text="'Submittor: ' + ${model.idString}"></h3>
<ul>
<!-- FIXME utext is necessary because many listItemContents variants contain HTML formatting -->
<li th:each="attribute : ${model.getAttributes()}" th:utext="${attribute.listItemContents}"></li>
</ul>
</div>
Expand Down

0 comments on commit 1f22ee0

Please sign in to comment.