htmltoooxml 0.3.6 → 0.3.7
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 +4 -6
- 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: 5c78c58e3949c859db1b933d76452b0567d345686d288353de2e1565d079134e
|
4
|
+
data.tar.gz: c55d87f1ed68949ba53f04a47a0cee73b82c5534d6d8c70724d44ffba8e81f42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ef63cac04c774c3590aedf02c7e4877c04fd8aec0616b51487fa4bf2d8c61b7fb4473cc9ea0f038ae97ff76e8ba4c63f4ab970d54642e96694dad69f1ef89c1
|
7
|
+
data.tar.gz: fc88369c528ef9a8974a0a871762f45fdeb7d42defcd58eb179baede6e4fcc12d50ee59d526117b7ff1bf09b93073a0311c2359b65a68a657d0f83e6e3d4ec51
|
data/lib/htmltoooxml/version.rb
CHANGED
@@ -139,9 +139,8 @@
|
|
139
139
|
<xsl:when test="$preceding-siblings + count(preceding-sibling::*) > 0">
|
140
140
|
<a:p>
|
141
141
|
<a:r>
|
142
|
-
<a:pPr lvl="
|
143
|
-
|
144
|
-
<a:buChar char="."/>
|
142
|
+
<a:pPr lvl="$ilvl"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
|
143
|
+
<a:buChar char="•"/>
|
145
144
|
</a:pPr>
|
146
145
|
<a:t><xsl:value-of select="."/></a:t>
|
147
146
|
</a:r>
|
@@ -150,9 +149,8 @@
|
|
150
149
|
<xsl:otherwise>
|
151
150
|
<a:p>
|
152
151
|
<a:r>
|
153
|
-
<a:pPr lvl="1"
|
154
|
-
|
155
|
-
<a:buChar char="."/>
|
152
|
+
<a:pPr lvl="1"><a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
|
153
|
+
<a:buChar char="•"/>
|
156
154
|
</a:pPr>
|
157
155
|
<a:t><xsl:value-of select="."/></a:t>
|
158
156
|
</a:r>
|