Skip to content
Snippets Groups Projects
Commit 88c03924 authored by André Noack's avatar André Noack Committed by Elmar Ludwig
Browse files

Resolve #1503 "Teilnehmerexport als csv zeigt Zwischenüberschriften "Lehrende" und "Studierende""

Closes #1503

Merge request studip/studip!938
parent a1c2dc65
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,6 @@ ...@@ -69,8 +69,6 @@
<xsl:for-each select="institut"> <xsl:for-each select="institut">
<xsl:for-each select="personen"> <xsl:for-each select="personen">
<xsl:for-each select="gruppe"> <xsl:for-each select="gruppe">
<xsl:value-of select="@key"/>
<xsl:text>&#xa;</xsl:text>
<xsl:call-template name="showperson"/> <xsl:call-template name="showperson"/>
</xsl:for-each> </xsl:for-each>
</xsl:for-each> </xsl:for-each>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment