all repos — cgit @ 5ffe470faf18d12aa1b1b47a1f99232fd1b01570

a hyperfast web frontend for git written in c

ui-shared: fix typo
la-ninpre leobrekalini@gmail.com
Mon, 30 Nov 2020 01:53:23 +0300
commit

5ffe470faf18d12aa1b1b47a1f99232fd1b01570

parent

8a6f98afe944b434a614203c98691307ad9ccbc8

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);