update lua documentation

This commit is contained in:
AJ Kelly
2012-07-09 19:25:57 -05:00
parent 105c1b74d6
commit 26890e5612
4 changed files with 7206 additions and 7186 deletions
+7
View File
@@ -671,5 +671,12 @@
</code>
</xsl:template>
<xsl:template match="sm:br"><br /></xsl:template>
<xsl:template match="sm:del">
<del>
<xsl:apply-templates>
<xsl:with-param name="curclass" select="$curclass" />
</xsl:apply-templates>
</del>
</xsl:template>
</xsl:stylesheet>
<!-- vim: set tw=0: -->