Skip to content

Commit

Permalink
Set charset and language of foerder.html
Browse files Browse the repository at this point in the history
Also backport manual changes to the generated html file to the template.

Fixes #52
  • Loading branch information
Milan Oberkirch committed Jan 6, 2024
1 parent 9dc9cf1 commit a5a1896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion foerder.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<html>
<html lang="de">
<!--
Complain about how broken everything is plz:
https://github.com/HerrSpace/CCC-Membership-Form/issues
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style type="text/css">
html, body {
Expand Down
6 changes: 4 additions & 2 deletions foerder.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<html>
<html lang="de">
<!--
Complain about how broken everything is plz:
https://github.com/HerrSpace/CCC-Membership-Form/issues
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style type="text/css">
{% include 'res/ccc.css' %}
Expand Down Expand Up @@ -54,7 +55,7 @@ https://github.com/HerrSpace/CCC-Membership-Form/issues
}
var ret = document.getElementsByClassName("dinAddrRet")[0];
ret.innerHTML=fields.join("");
ret.innerText=fields.join("");
}
window.onload = function() {
Expand Down Expand Up @@ -256,3 +257,4 @@ https://github.com/HerrSpace/CCC-Membership-Form/issues
</page>
</body>
</html>

0 comments on commit a5a1896

Please sign in to comment.