1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-02-03 13:22:05 +02:00

Add space after description #569

This commit is contained in:
Patrik J. Braun 2023-01-07 13:37:09 +01:00
parent ffba3c3aef
commit 6fa8d76533

View File

@ -297,7 +297,7 @@
<ng-container *ngIf="experimental">
<span class="oi oi-warning"></span>[Experimental]
</ng-container>
<ng-container *ngIf="description">{{description}}</ng-container>
<ng-container *ngIf="description">{{description}} </ng-container>
<span *ngIf="type==='array' && (state.arrayType === 'string' || isNumberArray)" i18n>';' separated list.</span>
<a *ngIf="state.tags?.githubIssue"
[href]="'https://github.com/bpatrik/pigallery2/issues/'+state.tags?.githubIssue">