From bb834dffaa12f0902a26c5529f027de875838165 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 14 Sep 2024 15:08:34 +0000 Subject: [PATCH] Formal items were being assigned the wrong CSS class Fix: https://github.com/io7m-com/xstructural/issues/26 --- README-CHANGES.xml | 9 +++++++-- .../io7m/xstructural/xml/s7/xstructural7-blocks-web.xsl | 2 +- .../io7m/xstructural/xml/s8/xstructural8-blocks-web.xsl | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README-CHANGES.xml b/README-CHANGES.xml index 560cd8b..0793ae6 100644 --- a/README-CHANGES.xml +++ b/README-CHANGES.xml @@ -114,13 +114,18 @@ - + - + + + + + + diff --git a/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s7/xstructural7-blocks-web.xsl b/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s7/xstructural7-blocks-web.xsl index 8b2e560..c6d2d5f 100644 --- a/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s7/xstructural7-blocks-web.xsl +++ b/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s7/xstructural7-blocks-web.xsl @@ -273,7 +273,7 @@ + select="'stFormalItem'"/> Empty diff --git a/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s8/xstructural8-blocks-web.xsl b/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s8/xstructural8-blocks-web.xsl index 17934d4..8b8efe5 100644 --- a/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s8/xstructural8-blocks-web.xsl +++ b/com.io7m.xstructural.xml/src/main/xsl/com/io7m/xstructural/xml/s8/xstructural8-blocks-web.xsl @@ -273,7 +273,7 @@ + select="'stFormalItem'"/> Empty