Skip to content

Commit 4b5d59c

Browse files
committed
CSCEXAM-000 Fix formatting issues
1 parent 0282c68 commit 4b5d59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/app/facility/rooms/room.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="col-md-12">
1414
<div class="row">
1515
<span class="col font-6">
16-
<span class="me-2" [hidden]="!showName" onclick="document.getElementById('name_field').select();">
16+
<span class="me-2" [hidden]="!showName" onclick="document.getElementById('name_field').select()">
1717
{{ room.name || 'i18n_no_name' | translate }}
1818
<button
1919
class="btn btn-link btn-lg text-body width-auto"

ui/src/app/review/questions/assessment/essay-answer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
class="form-control"
9797
[(ngModel)]="answer.essayAnswer.temporaryScore"
9898
size="5"
99-
onclick="this.focus();"
99+
onclick="this.focus()"
100100
[disabled]="!editable"
101101
[min]="0"
102102
[max]="answer.maxScore"

0 commit comments

Comments
 (0)