diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-02-23 17:51:04 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2009-02-23 17:51:04 +0100 |
commit | 828848e81577a6b17a10a42ccf887189c2cb5656 (patch) | |
tree | 4470249d5118b4297fe8b5fcef5d323067a66f42 | |
parent | 0208289a5535bd838bbcc55750f3436a66ce2027 (diff) |
Replace HTML comments with StringTemplate comments in templates.
-rw-r--r-- | footer.st | 4 | ||||
-rw-r--r-- | header.st | 4 | ||||
-rw-r--r-- | index.st | 4 | ||||
-rw-r--r-- | login.st | 4 |
4 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ </body> </html> -<!-- +$! Local Variables: mode: html coding: utf-8 End: ---> +!$ @@ -9,9 +9,9 @@ <body> -<!-- +$! Local Variables: mode: html coding: utf-8 End: ---> +!$ @@ -5,9 +5,9 @@ $header(title=title)$ $footer()$ -<!-- +$! Local Variables: mode: html coding: utf-8 End: ---> +!$ @@ -10,9 +10,9 @@ $header(title=logintext)$ $footer()$ -<!-- +$! Local Variables: mode: html coding: utf-8 End: ---> +!$ |