Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/sitemaps/sitemap-stylist.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public static function video_sitemap_xsl() {
<xsl:value-of select='video:video/video:title'/>
</td>
<td>
<xsl:value-of select='video:video/video:description'/>
<xsl:value-of select='video:video/video:description' disable-output-escaping='yes'/>
</td>
<td>
<xsl:value-of select='sitemap:lastmod'/>
Expand Down