commit 80ca8b0f888ae433e7e8e39317ab5647687e2c23 from: Omar Polo via: Thomas Adam date: Tue Sep 06 15:49:32 2022 UTC gotwebd: add missing closing for div tags_content reported by the W3C validator. commit - 66ca6940e6deb73fc261872c44f4d17c62edc01b commit + 80ca8b0f888ae433e7e8e39317ab5647687e2c23 blob - 2c6296da91b5ac81c5717368eae5fbaaadb488a8 blob + 701eb4ca0f1fbf0be85f577cd50bc722bd33b79a --- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -1788,7 +1788,8 @@ gotweb_render_tag(struct request *c) "\n" /* #tag_header */ "
\n" "
\n%s
" - "", /* tag_header_wrapper */ + "" /* #tag_header_wrapper */ + "", /* #tags_content */ rt->commit_id, tagname, author,