diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.docbook5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/templates/default.docbook5 b/data/templates/default.docbook5 index 415ccf9c3..9f88575e8 100644 --- a/data/templates/default.docbook5 +++ b/data/templates/default.docbook5 @@ -5,9 +5,15 @@ $if(mathml)$ xmlns:mml="http://www.w3.org/1998/Math/MathML" $endif$ - xmlns:xlink="http://www.w3.org/1999/xlink" > + xmlns:xlink="http://www.w3.org/1999/xlink" +$if(lang)$ + xml:lang="$lang$" +$endif$ > <info> <title>$title$</title> +$if(subtitle)$ + <subtitle>$subtitle$</subtitle> +$endif$ $if(author)$ <authorgroup> $for(author)$ |
