Skip to content

Commit

Permalink
removed "Development Application -" prefix as recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveMyData committed Aug 30, 2018
1 parent 970b3b0 commit 23cedb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$address = trim($rss_description[0]);
$address = trim(preg_replace('/\s+/', ' ', $address));

$description = trim($item->category . ' -' . $rss_description[1]);
$description = trim($rss_description[1]);
$description = trim(preg_replace('/\s+/', ' ', $description));

$date_scraped = date($date_format);
Expand Down

0 comments on commit 23cedb8

Please sign in to comment.