mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
c2988afedb
commit
66b83a1ec5
2 changed files with 2 additions and 2 deletions
|
@ -873,7 +873,7 @@ def search():
|
||||||
<div class="modal-input-content" id="modal-input-content">
|
<div class="modal-input-content" id="modal-input-content">
|
||||||
|
|
||||||
<div id="iframe-wrapper">
|
<div id="iframe-wrapper">
|
||||||
<iframe ></iframe>
|
<iframe sandbox="allow-same-origin allow-forms allow-scripts"></iframe>
|
||||||
<div id='readability-reader' style='display:none'></div>
|
<div id='readability-reader' style='display:none'></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -873,7 +873,7 @@ def search():
|
||||||
<div class="modal-input-content" id="modal-input-content">
|
<div class="modal-input-content" id="modal-input-content">
|
||||||
|
|
||||||
<div id="iframe-wrapper">
|
<div id="iframe-wrapper">
|
||||||
<iframe ></iframe>
|
<iframe sandbox="allow-same-origin allow-forms allow-scripts"></iframe>
|
||||||
<div id='readability-reader' style='display:none'></div>
|
<div id='readability-reader' style='display:none'></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue