Photo: Fix usage of same ID for transition

This commit is contained in:
2020-03-29 19:20:48 +02:00
parent 1e323ca8a9
commit 3e6a35f78f
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
{formatDate(photo.date, 'FULL')}
</time>
<div class="photo__number">
<span id="photo_number">{photoIndex}</span>
<span>{photoIndex}</span>
</div>
</div>
</div>