Searched defs:xhtml (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c160 || !strcmp(ctype, "application/xhtml+xml");
168 static void emit_preamble(request_rec *r, int xhtml, const char *title) argument
175 if (xhtml) {
177 "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n"
189 "\" type=\"text/css\"", xhtml ? " />\n" : ">\n", NULL);

Completed in 24 milliseconds