Don´t self close divs... For those weird things of nextcloud fails in NC22

This commit is contained in:
Matias De lellis
2022-04-28 11:54:45 -03:00
parent c261e7e0fc
commit b106299eab
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<div class='note-attachts'>
{{#each attachments}}
<div class='note-attach-grid'>
<div class="attach-preview note-attach" attach-file-id="{{file_id}}" data-background-image="{{preview_url}}"/>
<div class="attach-preview note-attach" attach-file-id="{{file_id}}" data-background-image="{{preview_url}}"></div>
</div>
{{/each}}
</div>