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