Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 493a922

Browse files
committed
Replace self closing tag with closing tag
1 parent 33aee6e commit 493a922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/partials/query.editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66

77
<div class="gf-form" ng-if="ctrl.target.rawQuery">
8-
<textarea class="gf-form-input" rows="5" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.onChangeInternal()" />
8+
<textarea class="gf-form-input" rows="5" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.onChangeInternal()"></textarea>
99
</div>
1010

1111
<div ng-if="!ctrl.target.rawQuery">

src/partials/query.editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66

77
<div class="gf-form" ng-if="ctrl.target.rawQuery">
8-
<textarea class="gf-form-input" rows="5" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.onChangeInternal()" />
8+
<textarea class="gf-form-input" rows="5" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.onChangeInternal()"></textarea>
99
</div>
1010

1111
<div ng-if="!ctrl.target.rawQuery">

0 commit comments

Comments
 (0)