diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 22:44:38 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 22:44:38 -0500 |
commit | 0c287d85bb12dc882518fc86536a6397151753ac (patch) | |
tree | 8c5a7ba4fa0a9e319ee25b6b20e1c32f73000b57 /templates | |
parent | 42b3e13739ccf67e3867c8e6864a2afdafa61c4a (diff) | |
download | ikiwiki-0c287d85bb12dc882518fc86536a6397151753ac.tar ikiwiki-0c287d85bb12dc882518fc86536a6397151753ac.tar.gz |
typo
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comment.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl index b4f235845..1b9064ea0 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -1,7 +1,7 @@ <div class="comment" id="<TMPL_VAR NAME=INLINEPAGE>"> <div class="comment-subject"> -<TMPL_IF PERMALINK"> +<TMPL_IF PERMALINK> <a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a> <TMPL_ELSE> <TMPL_VAR TITLE> |