comparison xslt/content.xslt @ 2262:086e307d8b28

Regenerated.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 29 Oct 2018 19:52:32 +0300
parents 02dedcb347e5
children
comparison
equal deleted inserted replaced
2261:b459b643bf5a 2262:086e307d8b28
177 <xsl:template match="i"> <i> <xsl:apply-templates/> </i> </xsl:template> 177 <xsl:template match="i"> <i> <xsl:apply-templates/> </i> </xsl:template>
178 <xsl:template match="b"> <b> <xsl:apply-templates/> </b> </xsl:template> 178 <xsl:template match="b"> <b> <xsl:apply-templates/> </b> </xsl:template>
179 <xsl:template match="nobr"> <nobr> <xsl:apply-templates/> </nobr> </xsl:template> 179 <xsl:template match="nobr"> <nobr> <xsl:apply-templates/> </nobr> </xsl:template>
180 <xsl:template match="br"> <br/> </xsl:template> 180 <xsl:template match="br"> <br/> </xsl:template>
181 181
182 182 <xsl:template match="video[@id]">
183 <div class="video">
184 <iframe type="text/html" src="https://www.youtube.com/embed/{@id}?modestbranding=1&amp;rel=0&amp;showinfo=0&amp;color=white" frameborder="0" allowfullscreen="1">
185 </iframe>
186 </div>
187 </xsl:template>
183 </xsl:stylesheet> 188 </xsl:stylesheet>