htmltoooxml 0.3.8 → 0.3.9
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 +4 -4
- data/lib/htmltoooxml/version.rb +1 -1
- data/lib/htmltoooxml/xslt/base.xslt +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 865b68c33bb37b35587787fa328cdba39a069f97a970b2082bb8fb7a1d9d84f6
|
4
|
+
data.tar.gz: a7f9f443518b9e3e0d41f6e0f629c17b49c10fabdc73c6ebf22387cc5d5bc901
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ff0fa109f00648674f14c2a99085b67e126b4119aa679e3a57449e1299702a4213fec517010108e1546b596c8b91ec7f7601db82ffa30931a30242119492596
|
7
|
+
data.tar.gz: 9d82467c0ba9c523060076256a2fe9e13661b5b0bb952db294b7ecd9aeeafe5c502928bfd4e6c1b11522c971f732b05d8be6de2be239b6a65f65993f41a6b3d8
|
data/lib/htmltoooxml/version.rb
CHANGED
@@ -142,6 +142,7 @@
|
|
142
142
|
<a:pPr marL="457200" indent="-457200"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
|
143
143
|
<a:buChar char="•"/>
|
144
144
|
</a:pPr>
|
145
|
+
<a:rPr dirty="0"/>
|
145
146
|
<a:t><xsl:value-of select="."/></a:t>
|
146
147
|
</a:r>
|
147
148
|
</a:p>
|
@@ -152,6 +153,7 @@
|
|
152
153
|
<a:pPr marL="457200" indent="-457200"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
|
153
154
|
<a:buChar char="•"/>
|
154
155
|
</a:pPr>
|
156
|
+
<a:rPr dirty="0"/>
|
155
157
|
<a:t><xsl:value-of select="."/></a:t>
|
156
158
|
</a:r>
|
157
159
|
</a:p>
|