Welcome to little lamb

Code » qmdoc » commit 14b08cc

Fix double charset declaration

author Olivier Brunel
2022-12-29 19:40:37 UTC
committer Olivier Brunel
2022-12-29 19:40:37 UTC
parent a52a180f12a5544351b5baa0b50117b871816070

Fix double charset declaration

qmdoc.h +0 -1

diff --git a/qmdoc.h b/qmdoc.h
index b10c8c2..d51b847 100644
--- a/qmdoc.h
+++ b/qmdoc.h
@@ -13,7 +13,6 @@ enum {
 };
 
 const char metas[] =
-"<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">"
 "<meta charset=\"utf-8\">"
 "<meta name=\"generator\" content=\"qmdoc\">"
 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">"