Commit 995ec6c9 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 155389 - More <link> elements & templatization of navigation_links. Fix…

Bug 155389 - More <link> elements & templatization of navigation_links. Fix small regression where I accidentally damaged the user.login field. Patch by gerv.
parent ca842229
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment