htmltoooxml 0.3.7 → 0.3.8
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 -2
- 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: 04325103d7e0bef1c1fec4d689d4a1451f0c59c0fb08853b64fd04d52b8aed6b
|
4
|
+
data.tar.gz: cb5c0fc538013310278115a25a805683752f9e1009448d2c35d7a4c3fb332b0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 628cca9b2099c6b9f98a7b8cf7cda10763a91d7bce03736c994c8327ad9fb2a2940a38f504a102fe1f1859b16478f6b3a2dddb45e5e9f05bf051e2676422337c
|
7
|
+
data.tar.gz: f25fde980bd5d0ff8f3c8b425b63455535b5f5951e9dd5eda61380b8a6e1d8f4c7f1c87431d019f87014fd5139303363b958645d4da4f84adf821b92fe290c0e
|
data/lib/htmltoooxml/version.rb
CHANGED
@@ -139,7 +139,7 @@
|
|
139
139
|
<xsl:when test="$preceding-siblings + count(preceding-sibling::*) > 0">
|
140
140
|
<a:p>
|
141
141
|
<a:r>
|
142
|
-
<a:pPr
|
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
145
|
<a:t><xsl:value-of select="."/></a:t>
|
@@ -149,7 +149,7 @@
|
|
149
149
|
<xsl:otherwise>
|
150
150
|
<a:p>
|
151
151
|
<a:r>
|
152
|
-
<a:pPr
|
152
|
+
<a:pPr marL="457200" indent="-457200"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
|
153
153
|
<a:buChar char="•"/>
|
154
154
|
</a:pPr>
|
155
155
|
<a:t><xsl:value-of select="."/></a:t>
|