mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
Update text.php
This commit is contained in:
parent
5b7b07418b
commit
6f50c7ddf2
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
{
|
||||
|
@ -153,6 +151,8 @@
|
|||
array_shift($results);
|
||||
}
|
||||
|
||||
echo "<div class=\"text-result-container\">";
|
||||
|
||||
foreach($results as $result)
|
||||
{
|
||||
$title = $result["title"];
|
||||
|
|
Loading…
Add table
Reference in a new issue