I looked around with search but couldn't find a topic on it.
I'd like to to remove the date from quotes. It seems unnecessary since the topic is already dated at the beginning.
Code: Select all
<xsl:if test="@date">
<div class="responsive-hide"><xsl:value-of select="@date"/></div>
</xsl:if>