summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-22 21:26:42 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-22 21:26:42 +0100
commit7d65722db6107ed7bee465a98bb46b2046756ff9 (patch)
treee71c8fe913586d83cf0bba6fb536c59c62e575e6 /template/en/default/global/code-error.html.tmpl
parent8fd4de3639d393feb37a1744d9a91e1a25119c5d (diff)
downloadbugzilla-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/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 357baec4a..08ddace9d 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -64,13 +64,13 @@
[% ELSIF error == "chart_datafile_corrupt" %]
The chart data file [% file FILTER html %] is corrupt.
-
+
[% ELSIF error == "chart_dir_nonexistent" %]
- One of the directories <tt>[% dir FILTER html %]</tt> and
- <tt>[% graph_dir FILTER html %]</tt> does not exist.
-
+ One of the directories <kbd>[% dir FILTER html %]</kbd> and
+ <kbd>[% graph_dir FILTER html %]</kbd> does not exist.
+
[% ELSIF error == "chart_file_open_fail" %]
- Unable to open the chart datafile <tt>[% filename FILTER html %]</tt>.
+ Unable to open the chart datafile <kbd>[% filename FILTER html %]</kbd>.
[% ELSIF error == "column_alter_nonexistent_fk" %]
You attempted to modify the foreign key for
@@ -430,15 +430,15 @@
with details of what you were doing at the time this message appeared.
</p>
-<tt>
+<samp>
<script type="text/javascript"> <!--
- document.write("<p>URL: " +
+ document.write("<p>URL: " +
document.location.href.replace(/&/g,"&amp;")
.replace(/</g,"&lt;")
.replace(/>/g,"&gt;") + "</p>");
// -->
</script>
-</tt>
+</samp>
<table cellpadding="20">
<tr>