diff --git a/nmap.cc b/nmap.cc index 5732b0beb..acceed4fd 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1579,7 +1579,7 @@ int nmap_main(int argc, char *argv[]) { if (xslfname) { xml_open_pi("xml-stylesheet"); xml_attribute("href", "%s", xslfname); - xml_attribute("type", "test/xsl"); + xml_attribute("type", "text/xsl"); xml_close_pi(); xml_newline(); }