follow up on site changes

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-18 10:21:58 +02:00
parent 1e953d3c3e
commit 5986b9f786

View file

@ -20,7 +20,7 @@ class StripeAPIChangeLogBridge extends BridgeAbstract{
or $this->returnServerError('No results for Stripe API Changelog');
foreach($html->find('h2') as $change){
foreach($html->find('h3') as $change){
$item=new \Item();
$item->title=trim($change->plaintext);
$item->uri='https://stripe.com/docs/upgrades#'.$item->title;