summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 16:31:19 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 16:31:19 +0200
commit2bc43e1f6e70a03d74fd9c86b0c8688faa681582 (patch)
tree2a81b8f10f8917a5bfd452e1d55b832a92fb1985 /src
parent8029ffb4f5c1e576f0fa54bde9f2434926d122ad (diff)
Don’t wrap “m4_footer” in small tags
Diffstat (limited to 'src')
-rw-r--r--src/index.html4
-rw-r--r--src/srp/index.html4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/index.html b/src/index.html
index 95f76fa..cfc430f 100644
--- a/src/index.html
+++ b/src/index.html
@@ -53,9 +53,7 @@
<hr>
<footer>
- <small>
- m4_footer
- </small>
+ m4_footer
</footer>
</body>
</html>
diff --git a/src/srp/index.html b/src/srp/index.html
index f41c3d2..56aaa82 100644
--- a/src/srp/index.html
+++ b/src/srp/index.html
@@ -41,9 +41,7 @@
<hr>
<footer>
- <small>
- m4_footer
- </small>
+ m4_footer
</footer>
</body>
</html>