From 93b46e547ae68336276ea56e0d2f1206d31a35a6 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Sat, 7 Jun 2003 11:36:18 +0000 Subject: Bug 208583 - Remove PerformSubsts from templates r,a=justdave --- template/en/default/filterexceptions.pl | 1 - template/en/default/global/site-navigation.html.tmpl | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'template/en') diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index b462b7bcc..d2abbdadb 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -339,7 +339,6 @@ 'bug_list.last', 'bug.bug_id', 'bug.votes', - 'PerformSubsts(Param(\'mybugstemplate\'), substs)', ], 'bug/comments.html.tmpl' => [ diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl index 178a99167..af80a65da 100644 --- a/template/en/default/global/site-navigation.html.tmpl +++ b/template/en/default/global/site-navigation.html.tmpl @@ -73,9 +73,8 @@ [%# *** Preset Queries *** %] [% IF user.showmybugslink %] [% user_login = user.login FILTER url_quote %] - [% substs = { userid => user_login } %] + href="[% Param('mybugstemplate').replace('%userid%', user_login) %]"> [% END %] [% FOREACH q = user.queries %] -- cgit v1.2.3-24-g4f1b