Commit Diff


commit - 2e2450f50c41d866e20dec2ad4d9eafa3c19f2ba
commit + f82755119394cfc406b17844a3a159cc75369275
blob - 758a80ffc9b387dc25b9c814292abc676d4f9415
blob + 21a20e0bd45cda02ff863e1b5f884ab7813bb4a3
--- gotwebd/pages.tmpl
+++ gotwebd/pages.tmpl
@@ -501,7 +501,7 @@ static inline int rss_author(struct template *, char *
         {{ render gotweb_render_age(tp, rc->committer_time, TM_LONG) }}
       </dd>
       <dt>Message:</dt>
-      <dd class="commit-msg">{{ rc->commit_msg }}</d>
+      <dd class="commit-msg">{{ rc->commit_msg }}</dd>
     </dl>
   </div>
   <hr />