summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/admin.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/admin/admin.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/admin/admin.html.tmpl')
-rw-r--r--template/en/default/admin/admin.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl
index 38194e963..5c109dc3f 100644
--- a/template/en/default/admin/admin.html.tmpl
+++ b/template/en/default/admin/admin.html.tmpl
@@ -44,7 +44,7 @@
<dt id="sanitycheck" class="[% class %]"><a href="sanitycheck.cgi">Sanity Check</a></dt>
<dd class="[% class %]">Run sanity checks to locate problems in your database.
This may take several tens of minutes depending on the size of your installation.
- You can also automate this check by running <tt>sanitycheck.pl</tt> from a cron job.
+ You can also automate this check by running <kbd>sanitycheck.pl</kbd> from a cron job.
A notification will be sent per email to the specified user if errors are detected.</dd>
[% class = (user.in_group('editusers') || user.can_bless) ? "" : "forbidden" %]