From e835f8ffc92b2b9af8b3ff52854d71214d8c0312 Mon Sep 17 00:00:00 2001 From: Joseph Gmitter Date: Wed, 23 Jan 2019 12:42:04 -0500 Subject: [PATCH] LUDOC-11 misc: Update custom styles with 'l2D' for 2.13 This patch updates the custom style sheets with 'l2D' to be used for content added in the Lustre 2.13 release. Signed-off-by: Joseph Gmitter Change-Id: I288519c5231e9732b99f7b3d5f20c93979225e7c Reviewed-on: https://review.whamcloud.com/34096 Tested-by: Jenkins --- style/customstyle_common.xsl | 9 +++++++++ style/customstyle_fo.xsl | 2 ++ 2 files changed, 11 insertions(+) diff --git a/style/customstyle_common.xsl b/style/customstyle_common.xsl index f62c74f..e26cd07 100644 --- a/style/customstyle_common.xsl +++ b/style/customstyle_common.xsl @@ -92,6 +92,12 @@ + + + + + + @@ -191,6 +197,9 @@ L 2.12 + + L 2.13 + L ?.? diff --git a/style/customstyle_fo.xsl b/style/customstyle_fo.xsl index ad27b6d..abee7a8 100644 --- a/style/customstyle_fo.xsl +++ b/style/customstyle_fo.xsl @@ -156,6 +156,7 @@ Introduced in Lustre 2.10 Introduced in Lustre 2.11 Introduced in Lustre 2.12 + Introduced in Lustre 2.13 Documentation Error: unrecognised condition attribute @@ -196,6 +197,7 @@ L 2.10 L 2.11 L 2.12 + L 2.13 -- 1.8.3.1