summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list-simple.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/list-simple.html.tmpl')
-rw-r--r--template/en/default/list/list-simple.html.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl
index 9cdc1bed9..8494baf60 100644
--- a/template/en/default/list/list-simple.html.tmpl
+++ b/template/en/default/list/list-simple.html.tmpl
@@ -30,8 +30,6 @@
[%############################################################################%]
[% DEFAULT title = "$terms.Bug List" %]
-[% title = title FILTER html %]
-
[%############################################################################%]
[%# Bug Table #%]
@@ -40,7 +38,7 @@
<html>
<head>
- <title>[% title %]</title>
+ <title>[% title FILTER html %]</title>
<base href="[% Param("urlbase") %]">
<link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
</head>