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