summaryrefslogtreecommitdiff
path: root/scraper/wiby.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/wiby.php')
-rw-r--r--scraper/wiby.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/wiby.php b/scraper/wiby.php
index 2d79c56..59f723c 100644
--- a/scraper/wiby.php
+++ b/scraper/wiby.php
@@ -209,7 +209,7 @@ class wiby{
$out["web"][] = [
"title" => $this->unescapehtml(trim($links[2][$i])),
- "description" => $this->unescapehtml(trim(strip_tags($links[3][$i]))),
+ "description" => $this->unescapehtml(trim(strip_tags($links[3][$i]), ".\n\r ")),
"url" => trim($links[1][$i]),
"date" => null,
"type" => "web",