]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
ui-shared: make cgit_doctype 'static'
[ps-cgit] / ui-shared.c
index 6d3cfa9c5101c1d766795ff4cb2cc23a6ad06767..d4c4bb91c6aeca8993f5f492f6392e86496c401d 100644 (file)
@@ -11,7 +11,7 @@
 #include "cmd.h"
 #include "html.h"
 
 #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";
 
 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n"
 "  \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";