diff options
| author | dalf <alex@al-f.net> | 2014-10-26 11:14:05 +0100 |
|---|---|---|
| committer | dalf <alex@al-f.net> | 2014-10-26 11:14:05 +0100 |
| commit | a71b326d9e210da2d4ed67fade819c0433fb95d3 (patch) | |
| tree | db1803ef0a91a4c90d655ea1f909b7c922c66c8d /searx/templates/default/infobox.html | |
| parent | be4d219ae73240337fa25c8833b5fd91ddc1272b (diff) | |
[mod] default template modifications
- more smartphone friendly
- more text browser friendly
- next button always on the right
- in case of small screen supporting touch event, categories are displayed on one line with a scroll
Diffstat (limited to 'searx/templates/default/infobox.html')
| -rw-r--r-- | searx/templates/default/infobox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/default/infobox.html b/searx/templates/default/infobox.html index f963e898c..d03b008f9 100644 --- a/searx/templates/default/infobox.html +++ b/searx/templates/default/infobox.html @@ -2,7 +2,7 @@ <h2>{{ infobox.infobox }}</h2> {% if infobox.img_src %}<img src="{{ infobox.img_src }}" />{% endif %} <p>{{ infobox.entity }}</p> - <p>{{ infobox.content }}</p> + <p>{{ infobox.content | safe }}</p> {% if infobox.attributes %} <div class="attributes"> <table> |