diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-26 14:39:33 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-26 14:39:33 +0000 |
commit | d23f4d7ca1d579d3c11989fbbfe93a8e0611cd0c (patch) | |
tree | 85a56c4bf0ed9aa99b80a54f08e1b5f2ce47f9ef | |
parent | 78ba61c89ef262b11ef37e0a9684eefde97a2e83 (diff) | |
download | lustre-d23f4d7ca1d579d3c11989fbbfe93a8e0611cd0c.tar.gz lustre-d23f4d7ca1d579d3c11989fbbfe93a8e0611cd0c.zip |
:recycle: Replace data attribute with more common 'app' id.
-rw-r--r-- | src/http_ffi.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_ffi.erl b/src/http_ffi.erl index f64c559..1261b13 100644 --- a/src/http_ffi.erl +++ b/src/http_ffi.erl @@ -36,7 +36,7 @@ serve({options, Host, Port, IncludeStyles}, OnStart, OnPortTaken) -> " </script>\n" "</head>\n" "<body>\n" - " <div data-lustre-app></div>\n" + " <div id=\"app\"></div>\n" "</body>\n" "</html>" >>, |