aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-01-26 14:39:33 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-01-26 14:39:33 +0000
commitd23f4d7ca1d579d3c11989fbbfe93a8e0611cd0c (patch)
tree85a56c4bf0ed9aa99b80a54f08e1b5f2ce47f9ef
parent78ba61c89ef262b11ef37e0a9684eefde97a2e83 (diff)
downloadlustre-d23f4d7ca1d579d3c11989fbbfe93a8e0611cd0c.tar.gz
lustre-d23f4d7ca1d579d3c11989fbbfe93a8e0611cd0c.zip
:recycle: Replace data attribute with more common 'app' id.
-rw-r--r--src/http_ffi.erl2
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>"
>>,