projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add a HACKING file to describe the coding style used in the project
[tweeper.git]
/
rss_converter_instagram.com.xsl
diff --git
a/rss_converter_instagram.com.xsl
b/rss_converter_instagram.com.xsl
index
54f660e
..
3efba4d
100644
(file)
--- a/
rss_converter_instagram.com.xsl
+++ b/
rss_converter_instagram.com.xsl
@@
-75,7
+75,7
@@
</guid>
<pubDate>
<xsl:variable name="timestamp" select="./date"/>
</guid>
<pubDate>
<xsl:variable name="timestamp" select="./date"/>
- <xsl:value-of select="php:functionString('Tweeper::epochToRssDate',
number($timestamp)
)"/>
+ <xsl:value-of select="php:functionString('Tweeper::epochToRssDate',
$timestamp
)"/>
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
</pubDate>
<description>
<xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text>
@@
-89,7
+89,7
@@
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
<xsl:text disable-output-escaping="yes">]]></xsl:text>
</description>
<xsl:if test="$generate-enclosure = 1">
- <xsl:copy-of select="php:function
('Tweeper::generateEnclosure', string($item-content-image)
)"/>
+ <xsl:copy-of select="php:function
String('Tweeper::generateEnclosure', $item-content-image
)"/>
</xsl:if>
</item>
</xsl:template>
</xsl:if>
</item>
</xsl:template>