[PATCH 1/5] ui-shared: HTML-ize DOCTYPE and <html>

Jason A. Donenfeld Jason at zx2c4.com
Thu May 12 17:38:57 CEST 2016


On Wed, May 11, 2016 at 8:04 PM, Juuso Lapinlampi <wub at partyvan.eu> wrote:
>
>  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>"\n";

Not syntactically valid C either. Test your commits before you submit.


More information about the CGit mailing list