Merge branch 'master' of caffeine:/users/www/www

This commit is contained in:
Matthew McPherrin 2011-01-28 03:05:24 -05:00
commit e5e942ffb5
1 changed files with 2 additions and 1 deletions

View File

@ -71,10 +71,11 @@
</xsl:template>
<xsl:template match="eventitem">
<xsl:variable name="event_translate_fix"> '</xsl:variable>
<xsl:document method="xml" encoding="ISO-8859-1"
doctype-public="-//W3C//DTD XHTML 1.1//EN"
doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
href="{translate(concat($g_outdir, @room, '-', @date, '-', @time, '.html'), ' ', '_')}">
href="{translate(concat($g_outdir, @room, '-', @date, '-', @time, '.html'), $event_translate_fix, '_')}">
<html>
<head>
<title><xsl:value-of select="@title" /></title>