forked from Icycoide/searxng
Merge branch 'master' into bugfix_startpage
This commit is contained in:
commit
5b81f7c2cc
2 changed files with 4 additions and 6 deletions
|
@ -52,7 +52,7 @@ class TestBingImagesEngine(SearxTestCase):
|
|||
<li>
|
||||
<div>
|
||||
<div class="imgpt">
|
||||
<a m='{"purl":"page_url","murl":"img_url"}' mad='{"turl":"thumb_url"}'>
|
||||
<a m='{"purl":"page_url","murl":"img_url","turl":"thumb_url"}'>
|
||||
<img src="" alt="alt text" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -60,7 +60,7 @@ class TestBingImagesEngine(SearxTestCase):
|
|||
</div>
|
||||
<div>
|
||||
<div class="imgpt">
|
||||
<a m='{"purl":"page_url2","murl":"img_url2"}' mad='{"turl":"thumb_url2"}'>
|
||||
<a m='{"purl":"page_url2","murl":"img_url2","turl":"thumb_url2"}'>
|
||||
<img src="" alt="alt text 2" />
|
||||
</a>
|
||||
</div>
|
||||
|
@ -71,7 +71,7 @@ class TestBingImagesEngine(SearxTestCase):
|
|||
<li>
|
||||
<div>
|
||||
<div class="imgpt">
|
||||
<a m='{"purl":"page_url3","murl":"img_url3"}' mad='{"turl":"thumb_url3"}'>
|
||||
<a m='{"purl":"page_url3","murl":"img_url3","turl":"thumb_url3"}'>
|
||||
<img src="" alt="alt text 3" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue