Commit f6a0d5e7 authored by Justin Wood's avatar Justin Wood

Remove the <link> tags in the <head> for Saved Searches

parent 663c65a3
...@@ -65,12 +65,6 @@ ...@@ -65,12 +65,6 @@
href="[% Param('mybugstemplate').replace('%userid%', user_login) %]"> href="[% Param('mybugstemplate').replace('%userid%', user_login) %]">
[% END %] [% END %]
[% FOREACH q = user.queries %]
<link rel="Saved&nbsp;Searches"
title="[% q.name FILTER html %]"
href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">
[% END %]
[% FOREACH q = user.queries_subscribed %] [% FOREACH q = user.queries_subscribed %]
<link rel="Saved&nbsp;Search" <link rel="Saved&nbsp;Search"
title="[% q.name FILTER html %] ([% q.user.login FILTER html %])" title="[% q.name FILTER html %] ([% q.user.login FILTER html %])"
......
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