diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-03-10 22:16:55 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-03-10 22:16:55 +0000 |
commit | 98d9c13c9607923c0f588fb7ecbf17c2f103dd63 (patch) | |
tree | a99e060d6b411fef9c741a331dcd87664f235d72 /build/templates/install.xml.template | |
parent | 02a92b437a186f98ecc53c603e106992b5c88470 (diff) | |
download | installation-guide-98d9c13c9607923c0f588fb7ecbf17c2f103dd63.zip |
Suffix web documents with http lang ids rather than locale lang ids, for working content-language negociation.
Diffstat (limited to 'build/templates/install.xml.template')
-rw-r--r-- | build/templates/install.xml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/templates/install.xml.template b/build/templates/install.xml.template index d45be151f..f572171b6 100644 --- a/build/templates/install.xml.template +++ b/build/templates/install.xml.template @@ -21,7 +21,7 @@ <!-- retain these comments for translator revision tracking --> <!-- $Id: install.en.xml 21636 2004-09-14 22:43:53Z fjpop-guest $ --> -<book lang="##LANG##"> +<book lang="##LANG_ID##"> &bookinfo.xml; &preface.xml; |