Fix events url location

This commit is contained in:
David Bartley 2008-01-06 22:14:08 -05:00
parent 46c8b9e2ff
commit 6aa9599d17
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<tr> <tr>
<td class="eventdate"><xsl:value-of select="@date" /></td> <td class="eventdate"><xsl:value-of select="@date" /></td>
<td rowspan="2" valign="top" class="eventitem"> <td rowspan="2" valign="top" class="eventitem">
<a href="{translate(concat('/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:value-of select="short" />