- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Gallery
In der Galerie Statistik-Box wurden 2 Leerzeichen vergessen. Im Code wurden die vergessenen Leerzeichen mit ergänzt.
Code: gallery.index.stats.detail
<ul class="inlineList dotSeparated">
<li>{plural value=$stats[authors] 1='1 Autor' other='# Autoren'}</li>
<li>{plural value=$stats[albums] 1='1 Album' other='# Alben'}</li>
<li>{plural value=$stats[images] 1='1 Bild' other='# Bilder'}{if $stats[imagesPerDay]} ({plural value=$stats[imagesPerDay] 1='1 Bild' other='# Bilder'} pro Tag){/if}</li>
{if GALLERY_VIDEO_UPLOAD || GALLERY_VIDEO_LINKS}
<li>{plural value=$stats[videos] 1='1 Video' other='# Videos'}{if $stats[videosPerDay]} ({plural value=$stats[videosPerDay] 1='1 Video' other='# Videos'} pro Tag){/if}</li>
{/if}
<li>{$stats[size]|filesize} Gesamtgröße</li>
<li>{plural value=$stats[comments] 1='1 Kommentar' other='# Kommentare'}</li>
</ul>