aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-04-09 23:32:15 -0400
committertusooa <tusooa@kazv.moe>2023-01-20 23:40:11 -0500
commit95c15fca225d989613a50a6039c8ffa809a8fd88 (patch)
treea49f6d223b6aa5517e57cf952da1f98f4ad3399e /index.html
parentec957d41620fecc5103474f1b07bbb96f5cae446 (diff)
Use correct html syntax for modal <div>
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index c02bf308..a02939f7 100644
--- a/index.html
+++ b/index.html
@@ -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>