diff options
author | lpsolit%gmail.com <> | 2008-11-24 01:35:02 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-11-24 01:35:02 +0100 |
commit | 13d0abb17da03f373f348fa9a65f44998bb95094 (patch) | |
tree | 51e093f47cad147127ec8d74dedbd6eda9e767ed /template/en/default/pages/release-notes.html.tmpl | |
parent | af1a95e5a3ce32c9aa54edaa1ec7181d464fd7d5 (diff) | |
download | bugzilla-13d0abb17da03f373f348fa9a65f44998bb95094.tar.gz bugzilla-13d0abb17da03f373f348fa9a65f44998bb95094.tar.xz |
Bug 466319: End tag of "<kbd>docs/xml</li>" should be </kbd> - Patch by A.A. Shimono <shimono@mozilla.gr.jp> r/a=mkanat
Diffstat (limited to 'template/en/default/pages/release-notes.html.tmpl')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index c6a7c7c3d..6f885ae28 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -413,7 +413,7 @@ you should delete (or move) them and then do <kbd>cvs update</kbd> again. Also, the <kbd>docs</kbd> directory has been restructured and after you <kbd>cvs update</kbd> you can delete the <kbd>docs/html</kbd>, - <kbd>docs/pdf</kbd>, <kbd>docs/txt</kbd>, and <kbd>docs/xml</li> + <kbd>docs/pdf</kbd>, <kbd>docs/txt</kbd>, and <kbd>docs/xml</kbd> directories.</li> <li>If you are using MySQL, you should know that [% terms.Bugzilla %] now uses InnoDB for all tables. <kbd>checksetup.pl</kbd> will convert |