Neil Parikh 2 years ago
parent a9f3dc08c4
commit a0f789b926
  1. 4
      xsl/events.xsl

@ -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>

Loading…
Cancel
Save