- Fix indenting in templating apparently lua

Sun, 18 Apr 2021 13:26:55 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Sun, 18 Apr 2021 13:26:55 -0600
branch
lua
changeset 25
5559291d58d3
parent 23
f7a5c623918d
child 26
91fea5022303

- Fix indenting in templating apparently

lua/htmltemplates.lua file | annotate | diff | comparison | revisions
--- a/lua/htmltemplates.lua	Tue Sep 22 16:52:46 2020 -0600
+++ b/lua/htmltemplates.lua	Sun Apr 18 13:26:55 2021 -0600
@@ -12,7 +12,7 @@
 <link rel="stylesheet" href="../styles.css">
 <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
 <title>
-			]]
+]]
 
 templates.headertail =	[[
 
@@ -23,7 +23,7 @@
 templates.bodycontenthead =	[[
 <body bgcolor="#1a1a1a">
 <h1 class="gvidnet">
-			]]
+]]
 
 templates.bodycontenttail =	[[
 

mercurial