From 66e3891337e742b355b13936ab99cb67fd1ab5cc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 Jun 2014 09:03:46 +0300 Subject: [PATCH] template: Removed the "d:" character namespace prefix. The prefix is used for DocBook 5 Schema. We are using the 4.2 Schema. Having this prefix disabled the permalink titles XSL template (section.title.xsl) produced permalinks with no titles. Because I removed it in the section.title.xls file, I also removed it here for completeness. Note that I don't think the template is used at this point but I made the change just in case for the future. (From yocto-docs rev: 8eca4299d0408c1095bfa8aa7b9f04e246db0c0d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/template/component.title.xsl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/template/component.title.xsl b/documentation/template/component.title.xsl index 3a5539dc83..ee21d59ad5 100644 --- a/documentation/template/component.title.xsl +++ b/documentation/template/component.title.xsl @@ -3,20 +3,20 @@ xmlns:d="http://docbook.org/ns/docbook" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="d"> - + - + - 6 - 5 - 4 - 3 - 2 + 6 + 5 + 4 + 3 + 2 1 @@ -36,4 +36,4 @@ - \ No newline at end of file +