This commit is contained in:
Neil Parikh 2020-11-22 22:05:07 -05:00
parent a9f3dc08c4
commit a0f789b926
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<a href="{translate(concat($g_pre, 'events/', @room, '-', @date, '-', @time), ' ', '_')}">
<xsl:value-of select="@title" />
</a>.
<xsl:value-of select="short" />
<xsl:copy-of select="short" />
</td>
</tr>
<tr>
@ -60,7 +60,7 @@
<xsl:value-of select="@date" />,
<xsl:value-of select="@time" />:
</strong>
<xsl:copy-of select="testdata/node()"/>
<xsl:value-of select="short" />
</p>
</xsl:if>
</xsl:for-each>