diff options
author | A. Shimono [:himorin] <shimono@bug-ja.org> | 2015-07-14 15:32:37 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-07-14 15:32:37 +0200 |
commit | 25fab29f2046b2551e67de71a5c3fdb81717160f (patch) | |
tree | 5c8c656df974c1e7026049cd1d9ce6bc63b96684 /template | |
parent | 75703abc340d438c836a922827c8f18172e6e065 (diff) | |
download | bugs-25fab29f2046b2551e67de71a5c3fdb81717160f.tar bugs-25fab29f2046b2551e67de71a5c3fdb81717160f.tar.gz bugs-25fab29f2046b2551e67de71a5c3fdb81717160f.tar.bz2 bugs-25fab29f2046b2551e67de71a5c3fdb81717160f.tar.xz bugs-25fab29f2046b2551e67de71a5c3fdb81717160f.zip |
Bug 1182748: Typo: </kbd> is used instead of </li> in relnotes for 5.0
r=LpSolit a=sgreen
Diffstat (limited to 'template')
-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 d4bf1c596..7d030dd9b 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -333,7 +333,7 @@ <li>Bugzilla code now uses <kbd>use parent</kbd> instead of <kbd>use base</kbd> in all places applicable.</li> <li>A new hook called <kbd>cgi_headers</kbd> has been added to allow - customization of the HTTP headers returned.</kbd> + customization of the HTTP headers returned.</li> <li>A new hook called <kbd>user_check_account_creation</kbd> has been added to add extra checks before accepting the creation of a new user account.</li> </ul> |