aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-01-30 10:21:50 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-30 10:21:50 +0100
commit46b973a2aa242c365c997659e01945219ff0bc0d (patch)
tree636f71d83424e9343711d23825fb091b28ba0dd9
parentAdd 5.4.3 to changelog (diff)
parentClose body tag in index.html (diff)
downloadferdium-app-46b973a2aa242c365c997659e01945219ff0bc0d.tar.gz
ferdium-app-46b973a2aa242c365c997659e01945219ff0bc0d.tar.zst
ferdium-app-46b973a2aa242c365c997659e01945219ff0bc0d.zip
Merge pull request #330 from jereksel/patch-1
Close body tag in index.html
-rw-r--r--src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 31e8aa553..6b67cc248 100644
--- a/src/index.html
+++ b/src/index.html
@@ -56,5 +56,5 @@
56 })(); 56 })();
57 } 57 }
58 </script> 58 </script>
59</body 59</body>
60</html> 60</html>