summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected/footnotes_html5.html
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-04-29 16:24:18 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-04-29 16:24:18 +0000
commit18aaa495fe95339f2d7f06af9fdad6090ce02c30 (patch)
treef92c9e0d41356c2ebb8d74c2e083c7bac20d4441 /docutils/test/functional/expected/footnotes_html5.html
parentd24799aa0eb5343bad24e4e448ce05a3a219778c (diff)
downloaddocutils-18aaa495fe95339f2d7f06af9fdad6090ce02c30.tar.gz
Small fixes to HTML5 output.
Stop writing an empty line before the "footer" closing tag. Add space before "charset" meta tag closing sequence. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9054 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/footnotes_html5.html')
-rw-r--r--docutils/test/functional/expected/footnotes_html5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/footnotes_html5.html b/docutils/test/functional/expected/footnotes_html5.html
index 5d83d7697..21e13f95b 100644
--- a/docutils/test/functional/expected/footnotes_html5.html
+++ b/docutils/test/functional/expected/footnotes_html5.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<meta charset="utf-8"/>
+<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="Docutils 0.19b.dev: https://docutils.sourceforge.io/" />
<title>Test footnote and citation rendering</title>