autotopia: Fix broken translation

This commit is contained in:
Peter Urban 2019-04-18 23:46:15 +02:00
parent d95d6396f9
commit 4a4e524a31
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<html lang="de-DE" xml:lang="de-DE" dir="ltr">
<html lang="de" xml:lang="de" dir="ltr">
<xsl:call-template name="htmlhead">
<xsl:with-param name="title" select="$title"/>
</xsl:call-template>