diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-20 00:48:28 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-11-20 00:48:28 +0100 |
commit | 6818805da05c4b4f0ed55d93d3bfd1af171abe47 (patch) | |
tree | 407cadf1486715eebbdf69a8e324c584550a1630 /views/about.ejs | |
parent | fc1688b688c77d8ff11db45f51855ccce6e74a3a (diff) | |
download | server-6818805da05c4b4f0ed55d93d3bfd1af171abe47.tar.gz |
Fix stats.
Diffstat (limited to 'views/about.ejs')
-rw-r--r-- | views/about.ejs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/about.ejs b/views/about.ejs index b934c50..4418d52 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -1,5 +1,7 @@ -<%- include('header', { title: "Rally the Troops!" }) %> -<style>li img{height:1.0em;vertical-align:middle}</style> +<%- include('header', { title: "Rally the Troops!" }) -%> +<style> +li img{height:1.0em;vertical-align:middle} +</style> <p> Rally the Troops! is created and maintained by Tor Andersson. |