summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-04-10 22:57:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-04-10 22:57:33 +0200
commit28452a3f403a2f7a8dde0dff8c60492fdbbb31f3 (patch)
treea7d1b62723f593ac0f757d1c2c844b5cd497801a /template/en/default/admin/params
parent6a728fa390cd865d45cfc48025fad727fb0d58a7 (diff)
downloadbugzilla-28452a3f403a2f7a8dde0dff8c60492fdbbb31f3.tar.gz
bugzilla-28452a3f403a2f7a8dde0dff8c60492fdbbb31f3.tar.xz
Bug 860140: Remove the obsolete <blink> HTML element
r=sgreen a=LpSolit
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r--template/en/default/admin/params/common.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl
index c9744f45c..bf2675b16 100644
--- a/template/en/default/admin/params/common.html.tmpl
+++ b/template/en/default/admin/params/common.html.tmpl
@@ -108,7 +108,7 @@
</select>
[% ELSE %]
<font color="red">
- <blink>Unknown param type [% param.type FILTER html %]!!!</blink>
+ Unknown param type [% param.type FILTER html %]!!!
</font>
[% END %]
</p>