]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Treat xhtml files just like regular html.
[wget] / src / wget.h
index 8851b3e0bf73a50a78295f1f755ae361d32f83b7..1c06db05d122e2afe016882236d1d36e14e45c00 100644 (file)
@@ -299,7 +299,8 @@ extern const char *exec_name;
 /* Document type ("dt") flags */
 enum
 {
-  TEXTHTML             = 0x0001,       /* document is of type text/html */
+  TEXTHTML             = 0x0001,       /* document is of type text/html
+                                           or application/xhtml+xml */
   RETROKF              = 0x0002,       /* retrieval was OK */
   HEAD_ONLY            = 0x0004,       /* only send the HEAD request */
   SEND_NOCACHE         = 0x0008,       /* send Pragma: no-cache directive */