Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
[fix] correct kv template formatting and remove internal data
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed May 30, 2021
1 parent 97269be commit ea7ccf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions searx/templates/oscar/result_templates/key-value.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% from 'oscar/macros.html' import result_footer, result_footer_rtl with context %}
<div class="panel panel-default">
<div class="result result-default">
<table class="table table-responsive table-bordered table-condensed">
{% for key, value in result.items() %}
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %}
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions', 'pretty_url', 'parsed_url'] %}
{% continue %}
{% endif %}
<tr>
Expand Down

0 comments on commit ea7ccf2

Please sign in to comment.