metanorma-mpfa 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ module IsoDoc
58
58
  foreword docxml, div2
59
59
  introduction docxml, div2
60
60
  terms_defs docxml, div2, 0
61
- div2.p { |p| p << "&nbsp;" } # placeholder
61
+ div2.p { |p| p << "&#xa0;" } # placeholder
62
62
  end
63
63
  section_break(body)
64
64
  end
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module MPFA
3
- VERSION = "0.9.0".freeze
3
+ VERSION = "0.9.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-mpfa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities