mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Don´t self close divs... For those weird things of nextcloud fails in NC22
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
{{#each attachments}}
|
{{#each attachments}}
|
||||||
<div class='note-attach-grid'>
|
<div class='note-attach-grid'>
|
||||||
<a target="_blank" href="{{redirect_url}}">
|
<a target="_blank" href="{{redirect_url}}">
|
||||||
<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>
|
||||||
</a>
|
</a>
|
||||||
{{#if ../can_delete}}
|
{{#if ../can_delete}}
|
||||||
<div class="attach-remove icon-delete" title="{{t "quicknotes" "Delete attachment"}}"/>
|
<div class="attach-remove icon-delete" title="{{t "quicknotes" "Delete attachment"}}"></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div class='note-attachts'>
|
<div class='note-attachts'>
|
||||||
{{#each attachments}}
|
{{#each attachments}}
|
||||||
<div class='note-attach-grid'>
|
<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>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<div class='note-attachts'>
|
<div class='note-attachts'>
|
||||||
{{#each attachments}}
|
{{#each attachments}}
|
||||||
<div class='note-attach-grid'>
|
<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>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user