Fixed text-mode page flipping (needed more aggressive, but still careful, cache invalidation)

This commit is contained in:
Jeff Parsons 2016-03-31 14:44:40 -07:00
commit 265851d963
7 changed files with 917 additions and 891 deletions

View file

@ -1114,7 +1114,8 @@
</xsl:call-template>
</xsl:template>
<xsl:template name="comment">
<xsl:template match="comment">
<xsl:comment><xsl:apply-templates/></xsl:comment>
</xsl:template>
</xsl:stylesheet>