]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
manual: Add language="vala" attribute to Devhelp version
authorAlistair Thomas <astavale@yahoo.co.uk>
Sun, 12 Mar 2017 19:29:48 +0000 (19:29 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 12 Mar 2017 19:33:03 +0000 (20:33 +0100)
doc/manual/devhelp.xsl

index 3a1db148f88f70bc1370087f19211d06e0dc48b6..92036c38a112884da61ef0967fc5449c1584b749 100644 (file)
@@ -13,7 +13,7 @@
   />
 
   <xsl:template match="/">
-    <book title="{/article/section/title/text()}" link="index.html" author="" name="vala" version="2">
+    <book title="{/article/section/title/text()}" link="index.html" author="" name="vala" language="vala" version="2">
       <chapters>
         <xsl:apply-templates select="/article/section/section"/>
       </chapters>