aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-02 15:54:30 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-02 15:54:30 +0200
commitde041d716e5a721da7bb221d679c710d7f74ec49 (patch)
tree68f3f16097e0a84e12f0919f3efc1098a52dfb1c /templates/base.html
parent7b36afd978fcb0a740151cd5a3ba3e415cc7b4a1 (diff)
downloadmitjafelicijan.com-de041d716e5a721da7bb221d679c710d7f74ec49.tar.gz
Simplified template
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 2bc8e13..ae21888 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -182,9 +182,7 @@
182 </footer> 182 </footer>
183 183
184 <script> 184 <script>
185 document.querySelectorAll("table").forEach(table => { 185 document.querySelectorAll("table").forEach(t => t.setAttribute("border", 1));
186 table.setAttribute("border", 1);
187 });
188 </script> 186 </script>
189 </body> 187 </body>
190</html> 188</html>