all repos — cgit @ e5223c7283878d887d4e67937b7f89f9bf8ba0a1

a hyperfast web frontend for git written in c

ui-shared: fix another typo

oops, forgot closing tag. it seems that i have no brain
la-ninpre leobrekalini@gmail.com
Mon, 30 Nov 2020 01:58:00 +0300
commit

e5223c7283878d887d4e67937b7f89f9bf8ba0a1

parent

5ffe470faf18d12aa1b1b47a1f99232fd1b01570

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-shared.cui-shared.c

@@ -783,7 +783,7 @@ html("<head>\n");

html("<title>"); html_txt(ctx.page.title); html("</title>\n"); - html("<meta http-equiv=\"content-security-policy\" content=\"default-src 'self'\""); + html("<meta http-equiv=\"content-security-policy\" content=\"default-src 'self'\"/>"); htmlf("<meta name='generator' content='cgit %s'/>\n", cgit_version); if (ctx.cfg.robots && *ctx.cfg.robots) htmlf("<meta name='robots' content='%s'/>\n", ctx.cfg.robots);