Merge pull request 'Removing return arrow' (#1) from master into testing

Reviewed-on: tyler/ollama-ai-answers-searxng#1
This commit was merged in pull request #1.
This commit is contained in:
2026-05-17 02:46:49 -04:00
-1
View File
@@ -201,7 +201,6 @@ INTERACTIVE_HTML = '''
<form id="sxng-action-form" class="sxng-input-wrapper" onsubmit="event.preventDefault();"> <form id="sxng-action-form" class="sxng-input-wrapper" onsubmit="event.preventDefault();">
<input type="text" id="sxng-action-input" class="sxng-input" placeholder="Ask..." aria-label="Ask follow-up" autocomplete="off"> <input type="text" id="sxng-action-input" class="sxng-input" placeholder="Ask..." aria-label="Ask follow-up" autocomplete="off">
<div class="sxng-input-line"></div> <div class="sxng-input-line"></div>
<svg viewBox="0 0 24 24"><path d="M19,7V11H5.83L9.41,7.41L8,6L2,12L8,18L9.41,16.59L5.83,13H21V7H19Z"/></svg>
</button> </button>
</form> </form>
</div> </div>