From 8b30fbf0ce2e8569b42188e30fa9103bcf556c0e Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Wed, 14 Feb 2024 14:09:51 +0100 Subject: [PATCH] DocBook: indicate more clearly what a YouTube video is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous description was too bare bones and did not allow further processing of the file. The new implementation gives more information and is consistent with what the standard xslTNG style sheets expect (https://github.com/docbook/xslTNG/blob/2.2.0/src/test/resources/xml/mo-1/preface.xml). Previous versions of the style sheets do not support video embedding. Change-Id: I1604858b6ad6254c4006470521a30cc0acd7b136 Reviewed-by: Topi Reiniƶ --- doc/global/macros.qdocconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf index 59301ee4488..7edb9078000 100644 --- a/doc/global/macros.qdocconf +++ b/doc/global/macros.qdocconf @@ -136,7 +136,8 @@ macro.youtube.HTML = "
\n" \ "
\n" macro.youtube.DocBook = "\n" \ "\n" \ - "\n" \ + "\n" \ + "\n" \ "\n" \ "\n" \ "\n" \