Skip to content

Commit

Permalink
Last minute fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NGSpace committed Aug 17, 2024
1 parent f7cc74a commit 131b6b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wiki/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
gtag('config', 'G-M0SCB1X0YP');
</script>
<meta charset="UTF-8" />
<title>Hudder wiki</title>
<title>Hudder wiki - Base.html</title>
<script>

document.addEventListener("DOMContentLoaded", function (event) {
Expand Down
2 changes: 1 addition & 1 deletion wiki/howto.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<head>
<title>Hudder wiki - </title>
<title>Hudder wiki - Basic Tutorial</title>
<script src="base.js"></script>
<meta charset="UTF-8">
</head>
Expand Down
2 changes: 1 addition & 1 deletion wiki/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<head>
<title>Hudder wiki</title>
<title>Hudder wiki - Home</title>
<script src="base.js"></script>
<meta charset="UTF-8">
</head>
Expand Down
3 changes: 2 additions & 1 deletion wiki/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ <h2 id="sections"> Sections? Functions!</h2>
</code>
<br>
<h2 id="functions">List of functions and their descriptions:</h2>
<hr><br>
<hr>
<warning>All parameters are non-optional, if they are optional for legacy reasons, it won't stay this way!</warning>
<table>
<tr>
<th>Function</th>
Expand Down
2 changes: 1 addition & 1 deletion wiki/varlist.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<head>
<title>Hudder wiki - Variables list</title>
<title>Hudder wiki - Variable list</title>
<script src="base.js"></script>
<meta charset="UTF-8">
</head>
Expand Down

0 comments on commit 131b6b8

Please sign in to comment.