mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 00:18:41 +00:00
ui-shared: make cgit_doctype 'static'
This is not used outside this file and is not declared. Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
ad74669e67
commit
0f23d4651c
@ -11,7 +11,7 @@
|
||||
#include "cmd.h"
|
||||
#include "html.h"
|
||||
|
||||
const char cgit_doctype[] =
|
||||
static const char cgit_doctype[] =
|
||||
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n"
|
||||
" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user