diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-09 23:32:15 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:40:11 -0500 |
| commit | 95c15fca225d989613a50a6039c8ffa809a8fd88 (patch) | |
| tree | a49f6d223b6aa5517e57cf952da1f98f4ad3399e /index.html | |
| parent | ec957d41620fecc5103474f1b07bbb96f5cae446 (diff) | |
Use correct html syntax for modal <div>
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
