metanorma-ribose 2.0.8 → 2.1.0

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: '059b88946e08617f9a036ee2b91e80bc9214e327eab48afc92459ac70eb7448c'
4
- data.tar.gz: de5db665aa4f2454b1776e6265c485694232949a083d8b9de5b6613c6b00fb81
3
+ metadata.gz: eaa756738f5ab79a16541abe2b90b932433797ee449a3ffc5bc211e9bfb68644
4
+ data.tar.gz: b62b4da2b058e39fa828370d1847ad1d3703955be6212dc15cb73ec98bdbfbfc
5
5
  SHA512:
6
- metadata.gz: 1416372c9e996e68ecfb40f12986c67a9cd188c9dfd9dd712cfe55a31defd53ebb76075ca6b64b7c447a2e63371b47fd7006026038ee950101dcdcda3106b770
7
- data.tar.gz: 56c4b7c06d00ba074d23f87430028418a590ce73132d76d33635892eee12047f93902ca2230008b3400e97f55e2ca7c189b82c18bdfc177dbb9cc37940b30448
6
+ metadata.gz: 0f3e91f3cac0470e3b0ab7057552b5a23c472e6fe796a548ccfef3c36bec693a76bc8c983303f8f845de56a1c0e3f411db546e25556ea545e53f9f1ecf46104c
7
+ data.tar.gz: b8d02e892c327b7ebb96913a7fb4946ec8c4676b73433a53bed10f13d6dde8b2d9d1857a946290369118d93c5b3500a1cb14f6bac4a0741f511c6e92ef707ec3
@@ -69,6 +69,8 @@
69
69
  <div id="boilerplate-license-destination"/>
70
70
  </div>
71
71
  {% endif %}
72
+ <div class="coverpage-warning" id="coverpage-note-destination"/>
73
+
72
74
 
73
75
  <div class="info-section">
74
76
  <div class="copyright">
@@ -73,6 +73,7 @@ margin-left:4.25pt;margin-right:4.25pt'>
73
73
  {% if unpublished %}
74
74
  <div id="boilerplate-license-destination"/>
75
75
  {% endif %}
76
+ <div class="coverpage-warning" id="coverpage-note-destination"/>
76
77
 
77
78
  </div>
78
79
 
@@ -16,7 +16,7 @@ module IsoDoc
16
16
 
17
17
  def i18n_init(lang, script, i18nyaml = nil)
18
18
  @i18n = I18n.new(
19
- lang, script, i18nyaml ||
19
+ lang, script, i18nyaml: i18nyaml ||
20
20
  Metanorma::Ribose.configuration.i18nyaml || @i18nyaml
21
21
  )
22
22
  end