chore: fix HTMLHint attr-value-double-quotes in index.html
This commit is contained in:
parent
716a1b7b05
commit
b1d94a29ca
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@
|
||||||
id="custom-firebase-config"
|
id="custom-firebase-config"
|
||||||
class="template-input"
|
class="template-input"
|
||||||
style="height: 150px; font-family: monospace; font-size: 0.8rem; resize: vertical"
|
style="height: 150px; font-family: monospace; font-size: 0.8rem; resize: vertical"
|
||||||
placeholder='{"apiKey": "...", ...}'
|
placeholder="{'apiKey': '...', ...}"
|
||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-actions">
|
<div class="modal-actions">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue