mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Don´t self close divs... For those weird things of nextcloud fails in NC22
This commit is contained in:
@@ -7,7 +7,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>
|
||||
@@ -114,6 +114,6 @@
|
||||
<h2>
|
||||
{{loadingMsg}}
|
||||
</h2>
|
||||
<img class="loadingimport" src="{{loadingIcon}}"/>
|
||||
<img class="loadingimport" src="{{loadingIcon}}" />
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user