diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 21:26:42 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-22 21:26:42 +0100 |
commit | 7d65722db6107ed7bee465a98bb46b2046756ff9 (patch) | |
tree | e71c8fe913586d83cf0bba6fb536c59c62e575e6 /template/en/default/pages | |
parent | 8fd4de3639d393feb37a1744d9a91e1a25119c5d (diff) | |
download | bugzilla-7d65722db6107ed7bee465a98bb46b2046756ff9.tar.gz bugzilla-7d65722db6107ed7bee465a98bb46b2046756ff9.tar.xz |
Bug 952793: Remove HTML4 elements which are obsolete in HTML5
r/a=justdave
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/bug-writing.html.tmpl | 8 | ||||
-rw-r--r-- | template/en/default/pages/linked.html.tmpl | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/pages/bug-writing.html.tmpl b/template/en/default/pages/bug-writing.html.tmpl index 1fc097eda..22dd652a7 100644 --- a/template/en/default/pages/bug-writing.html.tmpl +++ b/template/en/default/pages/bug-writing.html.tmpl @@ -66,10 +66,10 @@ no-one else appears to have reported it, then:</p> A good summary should <b>quickly and uniquely identify [% terms.abug %] report</b>. It should explain the problem, not your suggested solution.<br> <ul> - <li>Good: "<tt>Cancelling a File Copy dialog crashes - File Manager</tt>"</li> - <li>Bad: "<tt>Software crashes</tt>"</li> - <li>Bad: "<tt>Browser should work with my web site</tt>"</li> + <li>Good: "<kbd>Cancelling a File Copy dialog crashes + File Manager</kbd>"</li> + <li>Bad: "<kbd>Software crashes</kbd>"</li> + <li>Bad: "<kbd>Browser should work with my web site</kbd>"</li> </ul> <b>Description:</b> diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl index 92d0f5920..3fcf87952 100644 --- a/template/en/default/pages/linked.html.tmpl +++ b/template/en/default/pages/linked.html.tmpl @@ -25,7 +25,7 @@ <hr> <p> - If you place it in <tt><pre></tt> tags, + If you place it in <code><pre></code> tags, the text will end up looking like this: </p> |