mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Restore trailing newlines stripped from six modal templates
The accessibility edits dropped the final newline from six form templates. Add it back so these files end with a newline again (POSIX text-file convention; keeps diffs clean and avoids no-newline lint noise).
This commit is contained in:
parent
86d10df369
commit
f93bc7b1d8
6 changed files with 6 additions and 6 deletions
|
|
@ -53,4 +53,4 @@
|
|||
</form>
|
||||
</mat-card-content>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -146,4 +146,4 @@
|
|||
<button mat-button color="primary" type="button" default [mat-dialog-close]="false">{{flgValidated ? 'Close' : 'Cancel'}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</ng-template>
|
||||
|
|
|
|||
|
|
@ -67,4 +67,4 @@
|
|||
</form>
|
||||
</mat-card-content>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -71,4 +71,4 @@
|
|||
</form>
|
||||
</mat-card-content>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -123,4 +123,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</mat-expansion-panel>
|
||||
</ng-template>
|
||||
</ng-template>
|
||||
|
|
|
|||
|
|
@ -57,4 +57,4 @@
|
|||
</form>
|
||||
</mat-card-content>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue