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:
parent
ffba3c3aef
commit
6fa8d76533
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user