commit: 95c15fca225d989613a50a6039c8ffa809a8fd88
parent ec957d41620fecc5103474f1b07bbb96f5cae446
Author: Tusooa Zhu <tusooa@kazv.moe>
Date: Sat, 9 Apr 2022 23:32:15 -0400
Use correct html syntax for modal <div>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>