Explorar el Código

Use correct html syntax for modal <div>

Tusooa Zhu hace 2 años
padre
commit
95c15fca22
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
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>