comment.tmpl: Fix up display when inline uses it to display a non-comment page. ...
authorJoey Hess <joey@kitenet.net>
Thu, 1 Jul 2010 01:07:31 +0000 (21:07 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 1 Jul 2010 01:07:31 +0000 (21:07 -0400)
debian/changelog
templates/comment.tmpl

index 0697efffd1208834d2e7f8598bf09f5727b56f0f..4ce720ab60d6434d9ca065bf2b1ef90624ecd016 100644 (file)
@@ -15,6 +15,8 @@ ikiwiki (3.20100624) UNRELEASED; urgency=low
   * hnb: Fixed broken use of mkstemp that had caused dangling temp files,
     and prevented actually rendering hnb files.
   * Use comment template on comments page of example blog.
+  * comment.tmpl: Fix up display when inline uses it to display a non-comment
+    page. (Such as a discussion page.)
 
  -- Joey Hess <joeyh@debian.org>  Wed, 23 Jun 2010 15:30:04 -0400
 
index fa90e6d26f87d756339dd1773a79fb43fc137da5..c2ee5a37133107cc2461fa8d36e58f1e778afe30 100644 (file)
@@ -14,8 +14,8 @@
 <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
 
 <TMPL_IF HTML5><header class="comment-header"><TMPL_ELSE><div class="comment-header"></TMPL_IF>
-Comment by
 <TMPL_IF COMMENTUSER>
+Comment by
 <TMPL_IF COMMENTOPENID>
 <span class="author" title="OpenID">
 <a href="<TMPL_VAR COMMENTOPENID>"><TMPL_VAR COMMENTAUTHOR></a>
@@ -30,6 +30,8 @@ Comment by
 </span>
 </TMPL_IF>
 <TMPL_ELSE>
+<TMPL_IF AUTHOR>
+Comment by
 <TMPL_IF COMMENTIP>
 <span class="author" title="Unauthenticated, from <TMPL_VAR COMMENTIP>">
 <TMPL_ELSE>
@@ -40,6 +42,7 @@ Comment by
 <TMPL_ELSE>
 <TMPL_VAR AUTHOR>
 </TMPL_IF>
+</TMPL_IF>
 </span>
 </TMPL_IF>
 &mdash; <TMPL_VAR CTIME>