Loading searx/settings.yml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -283,6 +283,7 @@ engines: engine: artic engine: artic shortcut: arc shortcut: arc timeout: 4.0 timeout: 4.0 disabled: true - name: arxiv - name: arxiv engine: arxiv engine: arxiv Loading Loading @@ -529,6 +530,7 @@ engines: engine: tineye engine: tineye shortcut: tin shortcut: tin timeout: 9.0 timeout: 9.0 disabled: true - name: etymonline - name: etymonline engine: xpath engine: xpath Loading searx/templates/etheme/components/infobox.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,7 +16,7 @@ {% endif %} {% endif %} {% if infobox.content %} {% if infobox.content %} <p class="content"><bdi>{{ infobox.content }}</bdi></p> <p class="content"><bdi>{{ infobox.content|safe }}</bdi></p> {% endif %} {% endif %} </div> </div> Loading Loading
searx/settings.yml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -283,6 +283,7 @@ engines: engine: artic engine: artic shortcut: arc shortcut: arc timeout: 4.0 timeout: 4.0 disabled: true - name: arxiv - name: arxiv engine: arxiv engine: arxiv Loading Loading @@ -529,6 +530,7 @@ engines: engine: tineye engine: tineye shortcut: tin shortcut: tin timeout: 9.0 timeout: 9.0 disabled: true - name: etymonline - name: etymonline engine: xpath engine: xpath Loading
searx/templates/etheme/components/infobox.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,7 +16,7 @@ {% endif %} {% endif %} {% if infobox.content %} {% if infobox.content %} <p class="content"><bdi>{{ infobox.content }}</bdi></p> <p class="content"><bdi>{{ infobox.content|safe }}</bdi></p> {% endif %} {% endif %} </div> </div> Loading