about summary refs log tree commit diff homepage
path: root/page.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'page.xslt')
-rw-r--r--page.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.xslt b/page.xslt
index 2b529b1..0b98aed 100644
--- a/page.xslt
+++ b/page.xslt
@@ -22,7 +22,7 @@
           <xsl:variable name="id">
             <xsl:value-of select="translate(@title, ' ', '-')"/>
           </xsl:variable>
-          <article id="{$id}">
+          <article id="{$id}" lang="{@lang}">
             <h2><a href="#{$id}">
               <xsl:value-of select="@title"/>
             </a></h2>