This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8439
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8439 by this push:
     new bd0c6a2e3 fixup! fixup! [#8439] added noindex, follow header to 
searches for Tickets, Block, Wiki and Discussion tools and nofollow to search 
result links
bd0c6a2e3 is described below

commit bd0c6a2e3c1b48d2729252b782e851fa3ef7e32c
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon Jun 13 11:06:05 2022 -0600

    fixup! fixup! [#8439] added noindex, follow header to searches for Tickets, 
Block, Wiki and Discussion tools and nofollow to search result links
---
 .../forgetracker/templates/tracker_widgets/ticket_search_results.html  | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
 
b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
index 853b22c7f..f57a4662e 100644
--- 
a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
+++ 
b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
@@ -17,9 +17,6 @@
        under the License.
 -#}
 {% from 'allura:templates/jinja_master/lib.html' import abbr_date with context 
%}
-{% block head %}
-
-{% endblock %}
 <div id="ticket_search_results_holder">
   {% if solr_error %}<p>{{solr_error}}</p>{% endif %}
   {{widget.fields['page_size'].display(page=page, count=count, limit=limit)}}

Reply via email to