metanorma-plateau 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e94f083791d6b9109aeab66250fa3237d296d3d581363b33a2110e123ff6c8c8
|
4
|
+
data.tar.gz: abfe149c29ff4dad984a688cc8629d777027f2a19c7eb7532bd1538bb5165e56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0617fd45607f278f440009b943567d0de29ab6ff0ce58e82cf72e63c54fa329d482a762f1c7ce12003800f4896a1c96a357ccc78098c7ac86e6d164260d5ed1f
|
7
|
+
data.tar.gz: 76c9e82eb586765f04fae1205c315af44e6c357d76263670a54bec327c9a237d9641bfdeebf79fcc292f7b0db854688d4c4c3cf4147ab982ff465b1d8d9d3ce1
|
@@ -5924,7 +5924,7 @@
|
|
5924
5924
|
<xsl:variable name="target" select="@target"/>
|
5925
5925
|
<xsl:choose>
|
5926
5926
|
<!-- case for footnotes in Requirement tables (https://github.com/metanorma/metanorma-ogc/issues/791) -->
|
5927
|
-
<xsl:when test="not(ancestor::*[local-name() = 'table'][1]
|
5927
|
+
<xsl:when test="not(ancestor::*[local-name() = 'table'][1]//*[local-name() = 'fmt-footnote-container']/*[local-name() = 'fmt-fn-body'][@id = $target]) and $footnotes/*[local-name() = 'fmt-fn-body'][@id = $target]">
|
5928
5928
|
<xsl:call-template name="fn">
|
5929
5929
|
<xsl:with-param name="footnote_body_from_table">true</xsl:with-param>
|
5930
5930
|
</xsl:call-template>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-plateau
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-jis
|