diff options
Diffstat (limited to '')
-rw-r--r-- | views/test.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/test.ejs b/views/test.ejs index 24e8989..65a63b3 100644 --- a/views/test.ejs +++ b/views/test.ejs @@ -23,7 +23,7 @@ ================================================== --> <div class="span9 content"> <section class="content"> - <h1><%= title %></h1> + <h1><%= title %></h1> <p>Velkommen til <%= title %></p> <p>Her kommer det <em>kanskje</em> mer senere.</p> </section> |