summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-01-05 09:49:01 +0100
committerPaul Wicking <paul.wicking@qt.io>2020-01-05 21:00:00 +0100
commit82c44b81dc414ca8f6093bdd0379c93b95d2d610 (patch)
treeb28b1f357b3bef33ae0844510bf7f4194bf8f45b /tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html
parent4970167b75fb83bd46227d9d9315b6e215c8e457 (diff)
QDoc: Use html5 charset declaration
As we claim the html is html5 compliant (<!doctype html>), use the html5 charset declaration instead of html 4.01 style. Also, drop the trailing '/' (no need to close meta element). Update all test content to match the new output. Task-number: QTBUG-73026 Change-Id: I4cf58a342a2bfb9e76245bd3fb91525e6e59f622 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html b/tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html
index 5ba6b7979..cafca0a8c 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html
+++ b/tests/auto/qdoc/generatedoutput/expected_output/testqdoc-testderived.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta charset="utf-8">
<!-- testcpp.cpp -->
<title>TestDerived Class | TestCPP</title>
</head>