mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #1991 from klaernie/contenttype
fix html output content type header
This commit is contained in:
		| @@ -1488,7 +1488,7 @@ html_header() { | ||||
|           html_out "<!-- This file was created with testssl.sh. https://testssl.sh -->\n" | ||||
|           html_out "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n" | ||||
|           html_out "<head>\n" | ||||
|           html_out "<meta http-equiv=\"Content-Type\" content=\"application/xml+xhtml; charset=UTF-8\" />\n" | ||||
|           html_out "<meta http-equiv=\"Content-Type\" content=\"application/xhtml+xml; charset=UTF-8\" />\n" | ||||
|           html_out "<title>testssl.sh</title>\n" | ||||
|           html_out "</head>\n" | ||||
|           html_out "<body>\n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter