Use correct html syntax for modal <div>

This commit is contained in:
Tusooa Zhu 2022-04-09 23:32:15 -04:00 committed by tusooa
parent ec957d4162
commit 95c15fca22
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<body class="hidden">
<noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div>
<div id="modal" />
<div id="modal"></div>
<!-- built files will be auto injected -->
<div id="popovers" />
</body>