commit 283e0dd797af94cb97c099ffa83d57b55a595876 from: Josiah Frentsos via: Thomas Adam date: Thu Feb 23 16:33:51 2023 UTC gotwebd: add missing colon after 'Message' in diff view Patch by Josiah Frentsos, thanks! commit - 3f478b8d2ca6d5109aff62b5b95854751e793fa6 commit + 283e0dd797af94cb97c099ffa83d57b55a595876 blob - b3ec0d33fb2fd68101141fcc26d68c9ab91b703b blob + 9e131f7f8ea2410519cb28093419e4df01e1ddac --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -736,7 +736,7 @@ static inline int rss_author(struct template *, char *
{{ render gotweb_render_age(tp, rc->committer_time, TM_LONG) }}
-
Message
+
Message:
{{ rc->commit_msg }}