mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 06:07:28 +02:00
fix: html attributes (#9877)
* fix: some empty xml tag bodies * fix: missing/wrong attributing of label tags * fix: attribute fixes * fix: misassociated label * fix: missing alt attributes * fix: some more missing associated labels
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="cropper">
|
||||
<img id="cropped-image" crossorigin="anonymous" src="{url}">
|
||||
<img id="cropped-image" crossorigin="anonymous" src="{url}" alt="">
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{{{ each thumbs }}}
|
||||
<div class="media" data-id="{./id}" data-path="{./url}">
|
||||
<div class="media-left">
|
||||
<img class="media-object" src="{./url}" />
|
||||
<img class="media-object" src="{./url}" alt="" />
|
||||
</div>
|
||||
<div class="media-body">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user