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: dc08fb504acf45c0d77f27f9bbcf191ca7628848872579378dcb9affe6ba9eda
4
- data.tar.gz: 361bf2f09029b5e6ce0a3ae64bef629641a459e6007d590c6473b4be7422cd50
3
+ metadata.gz: e94f083791d6b9109aeab66250fa3237d296d3d581363b33a2110e123ff6c8c8
4
+ data.tar.gz: abfe149c29ff4dad984a688cc8629d777027f2a19c7eb7532bd1538bb5165e56
5
5
  SHA512:
6
- metadata.gz: 58989675f6c1df60b3a80e486a8dc6ee7e0eb8a649c725b98939a8524e9b61c39f31cc730af6311808f05c8859f481f8419e8abf8ad1c1e522654f60e94d17f7
7
- data.tar.gz: 89df4cbeffa86118cb426d04deb89c22cf602b419239f26d93addc844649f18b33942cc51bf01acf709ec31e2082645ad4e123bed74d93c6ae17cfc4409c2830
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]/*[local-name() = 'fmt-footnote-container']/*[local-name() = 'fmt-fn-body'][@id = $target]) and $footnotes/*[local-name() = 'fmt-fn-body'][@id = $target]">
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>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Plateau
3
- VERSION = "1.0.2".freeze
3
+ VERSION = "1.0.3".freeze
4
4
  end
5
5
  end
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.2
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-14 00:00:00.000000000 Z
11
+ date: 2025-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-jis