From fb29bd3a0ae2560a263f815c3885e71ee8353147 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu <tusooa@kazv.moe> Date: Sat, 9 Apr 2022 23:32:15 -0400 Subject: [PATCH] Use correct html syntax for modal <div> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f85bd7e0..30e3995d 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 --> </body> </html>