From: Omar Polo Subject: Re: gotwebd: rss feeds for repo tags To: Tracey Emery Cc: gameoftrees@openbsd.org Date: Tue, 20 Dec 2022 18:49:49 +0100 On 2022/12/19 13:32:59 -0700, Tracey Emery wrote: > On Mon, Dec 19, 2022 at 12:45:28PM +0100, Omar Polo wrote: > > [...] > > int > > +gotweb_render_absolute_url(struct request *c, struct gotweb_url *url) > > +{ > > + struct template *tp = c->tp; > > + const char *proto = c->https ? "http" : "http"; > > Missing an s here wooops, thank you for spotting it! (and shame on me for changing that line right before sending the diff...)