Skip to content

Commit 90ec292

Browse files
authored
Doc: Fix minor error in ePub (GH-100614)
Fix issue reported https://mail.python.org/archives/list/[email protected]/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/ (cherry picked from commit 7d1d663)
1 parent d01cf50 commit 90ec292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
ogp_site_name = 'Python documentation'
257257
ogp_image = '_static/og-image.png'
258258
ogp_custom_meta_tags = [
259-
'<meta property="og:image:width" content="200">',
260-
'<meta property="og:image:height" content="200">',
261-
'<meta name="theme-color" content="#3776ab">',
259+
'<meta property="og:image:width" content="200" />',
260+
'<meta property="og:image:height" content="200" />',
261+
'<meta name="theme-color" content="#3776ab" />',
262262
]

0 commit comments

Comments
 (0)