summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-04 16:14:15 +0200
committergerv%gerv.net <>2002-10-04 16:14:15 +0200
commit995ec6c983f86fb341d421c7a0ea61dd7c676eb6 (patch)
tree49d28929cb654bff5aea94ac450d4f39d5fd928d /template
parentca842229d2d58c85517a8fc8e5a2bc9414752dae (diff)
downloadbugzilla-995ec6c983f86fb341d421c7a0ea61dd7c676eb6.tar.gz
bugzilla-995ec6c983f86fb341d421c7a0ea61dd7c676eb6.tar.xz
Bug 155389 - More <link> elements & templatization of navigation_links. Fix small regression where I accidentally damaged the user.login field. Patch by gerv.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/site-navigation.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl
index 6cd5b5c7d..01d35f163 100644
--- a/template/en/default/global/site-navigation.html.tmpl
+++ b/template/en/default/global/site-navigation.html.tmpl
@@ -69,8 +69,8 @@
[%# *** Preset Queries *** %]
[% IF user.showmybugslink %]
- [% user.login = user.login FILTER url_quote %]
- [% substs = { userid => user.login } %]
+ [% user_login = user.login FILTER url_quote %]
+ [% substs = { userid => user_login } %]
<link rel="Preset&nbsp;Queries" title="My Bugs"
href="[% PerformSubsts(Param('mybugstemplate'), substs) %]">
[% END %]