diff options
author | mkanat%bugzilla.org <> | 2009-02-26 02:36:23 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-02-26 02:36:23 +0100 |
commit | 4faf790d6d3cdc7964d97f631f7d42b79487af31 (patch) | |
tree | 3fa570ebdc4513162cf9457f38fdaa20e8bff5ef | |
parent | bfe0ace45de808021bf13e7aa4c2a6b52147a67c (diff) | |
download | bugzilla-4faf790d6d3cdc7964d97f631f7d42b79487af31.tar.gz bugzilla-4faf790d6d3cdc7964d97f631f7d42b79487af31.tar.xz |
Add qs_suffix to filterexceptions.pl, which was missed on checkin of the new login-small.
-rw-r--r-- | template/en/default/filterexceptions.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 9f50e529c..291122a17 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -540,8 +540,8 @@ 'new_status.id', ], -'account/login.html.tmpl' => [ - 'target', +'account/auth/login-small.html.tmpl' => [ + 'qs_suffix', ], 'account/prefs/email.html.tmpl' => [ |