commit af48e677ec38c47d1177ca776b01e299b0f2a96d from: Josiah Frentsos via: Omar Polo date: Thu Feb 23 08:32:11 2023 UTC gotwebd: add missing colon after 'Message' in diff view Patch by Josiah Frentsos, thanks! commit - 2bf91741ebcd0f2201d0115e4a7d8c2ab1ba4c30 commit + af48e677ec38c47d1177ca776b01e299b0f2a96d blob - 8f5000ba428821f634226fcc4a467c4605e51645 blob + 4f2bb0bac2efa66282ac22766a12c8bea389c182 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -737,7 +737,7 @@ static inline int rss_author(struct template *, char *
{{ render gotweb_render_age(tp, rc->committer_time, TM_LONG) }}
-
Message
+
Message:
{{ rc->commit_msg }}