aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-23 17:51:04 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-02-23 17:51:04 +0100
commit828848e81577a6b17a10a42ccf887189c2cb5656 (patch)
tree4470249d5118b4297fe8b5fcef5d323067a66f42
parent0208289a5535bd838bbcc55750f3436a66ce2027 (diff)
Replace HTML comments with StringTemplate comments in templates.
-rw-r--r--footer.st4
-rw-r--r--header.st4
-rw-r--r--index.st4
-rw-r--r--login.st4
4 files changed, 8 insertions, 8 deletions
diff --git a/footer.st b/footer.st
index bea2fe1..37f561f 100644
--- a/footer.st
+++ b/footer.st
@@ -1,9 +1,9 @@
</body>
</html>
-<!--
+$!
Local Variables:
mode: html
coding: utf-8
End:
--->
+!$
diff --git a/header.st b/header.st
index 16d1864..146addf 100644
--- a/header.st
+++ b/header.st
@@ -9,9 +9,9 @@
<body>
-<!--
+$!
Local Variables:
mode: html
coding: utf-8
End:
--->
+!$
diff --git a/index.st b/index.st
index 927a70b..cd0351b 100644
--- a/index.st
+++ b/index.st
@@ -5,9 +5,9 @@ $header(title=title)$
$footer()$
-<!--
+$!
Local Variables:
mode: html
coding: utf-8
End:
--->
+!$
diff --git a/login.st b/login.st
index 998923c..8aa2092 100644
--- a/login.st
+++ b/login.st
@@ -10,9 +10,9 @@ $header(title=logintext)$
$footer()$
-<!--
+$!
Local Variables:
mode: html
coding: utf-8
End:
--->
+!$