diff options
-rw-r--r-- | docs/xsl/devhelp.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl/devhelp.xsl b/docs/xsl/devhelp.xsl index b329a4c..ce27739 100644 --- a/docs/xsl/devhelp.xsl +++ b/docs/xsl/devhelp.xsl @@ -44,7 +44,7 @@ glossary|index|refentry| bridgehead|sect1"/> - <book title="{$title}" link="{$link}" author="{$author}" name="{$gtkdoc.bookname}"> + <book title="{$title}" link="{$link}" author="{$author}" name="{$gtkdoc.bookname}" language="python"> <xsl:if test="$toc.nodes"> <chapters> <xsl:apply-templates select="$toc.nodes" |