Skip to content

Commit

Permalink
Merge pull request #54 from zvyn/zvyn/issue-52
Browse files Browse the repository at this point in the history
Set charset and language of foerder.html
  • Loading branch information
vollkorn1982 authored Jan 6, 2024
2 parents 9dc9cf1 + a5a1896 commit 1b46b84
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 1b46b84

Please sign in to comment.