1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +03:00

remove extra Byte order mark from beginning of src/main.html as it can cause rendering issues if left alone

This commit is contained in:
root 2019-06-13 17:23:03 +00:00
parent ac798c9813
commit cdd5b7cff6

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>