Update text.php

This commit is contained in:
Extravi 2022-08-15 00:04:52 -04:00 committed by GitHub
parent 5b7b07418b
commit 6f50c7ddf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,6 @@
function print_text_results($results)
{
echo "<div class=\"text-result-container\">";
$special = $results[0];
if (array_key_exists("special_response", $special))
{
@ -152,6 +150,8 @@
array_shift($results);
}
echo "<div class=\"text-result-container\">";
foreach($results as $result)
{