diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-10 17:42:17 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-10 17:42:17 -0700 |
commit | 4794676a454e7f1493d6afd8f467ff769c9aa8ea (patch) | |
tree | d516354a38f0f150f8de209beeb336e936fc09e4 | |
parent | 45ff04784fb90a8303103268b9e007e90c632855 (diff) | |
download | wiki-4794676a454e7f1493d6afd8f467ff769c9aa8ea.tar.gz |
fix < and > characters
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 6d1a92d..a6c4785 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -150,7 +150,7 @@ <TMPL_VAR COMMENTS> <TMPL_IF ADDCOMMENTURL> <div class="addcomment"> -<em>Logging in to post a comment is currently disabled due to spam. Please e-mail your comment to <spwhitton@spwhitton.name> and indicate which page you'd like to post it on. Thanks!</em> +<em>Logging in to post a comment is currently disabled due to spam. Please e-mail your comment to <spwhitton@spwhitton.name> and indicate which page you'd like to post it on. Thanks!</em> <!-- <a href="<TMPL_VAR ADDCOMMENTURL>">Add a comment</a> --> </div> <TMPL_ELSE> |