Module: bugzilla Branch: master Commit: 16c94f7ec29fb644715b3d9d787f12a148f40235 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=16c94f7ec29fb644715b3d...
Author: André Hentschel nerv@dawncrow.de Date: Sun Oct 24 16:41:50 2010 +0200
bugzilla: Fix title for Quicksearch inclusion.
---
template/en/default/global/header.html.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 12b3237..52cae30 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -229,7 +229,7 @@
[%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %] <link rel="search" type="application/opensearchdescription+xml" - title="[% terms.Bugzilla %]" href="./search_plugin.cgi"> + title="WineHQ Bugzilla" href="./search_plugin.cgi"> <link rel="stylesheet" href="styles.css" type="text/css" media="screen"> <script language="JavaScript" src="jquery.js" type="text/javascript"></script> <script language="JavaScript" src="utils.js" type="text/javascript"></script>