diff options
author | jake%bugzilla.org <> | 2008-04-04 13:47:20 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:47:20 +0200 |
commit | cb2b41a6dbd269e6de12ef44d848254016374ba6 (patch) | |
tree | 270fd1ae6f62f7af06128abdc20b88eb52adcb24 | |
parent | 2f8d250370bcd964e0eca133cc4040790282905c (diff) | |
download | bugzilla-cb2b41a6dbd269e6de12ef44d848254016374ba6.tar.gz bugzilla-cb2b41a6dbd269e6de12ef44d848254016374ba6.tar.xz |
<edition/> is not included by default in ldp.dsl so putting version information into the <title/> tag.
This has the added benifit that the version will appear at the top of each .html (and the top of each page on the .pdf version generated by tldp.org).
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index c2b7a6e75..0af4bc249 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -92,7 +92,7 @@ try to avoid clutter and feel free to waste space in the code to make it more re <!-- Header --> <bookinfo> - <title>The Bugzilla Guide</title> + <title>The Bugzilla Guide - &bz-ver; <![%bz-devel;[Development ]]>Release</title> <authorgroup> <author> @@ -107,8 +107,6 @@ try to avoid clutter and feel free to waste space in the code to make it more re </author> </authorgroup> - <edition>&bz-ver; <![%bz-devel;[Development ]]>Release</edition> - <pubdate>&bz-date;</pubdate> <abstract> |