[Wikipedia] Fix typo
This commit is contained in:
parent
0b923ab76a
commit
17c9d8fc37
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class WikipediaBridge extends BridgeAbstract{
|
||||||
$this->uri = 'https://' . strtolower($params['language']) . '.wikipedia.org';
|
$this->uri = 'https://' . strtolower($params['language']) . '.wikipedia.org';
|
||||||
|
|
||||||
// While we at it let's also update the name for the feed
|
// While we at it let's also update the name for the feed
|
||||||
$this->name = 'Today\'s featured articles from ' . strtolower($params['language']) . '.wikipedia.org';
|
$this->name = 'Today\'s featured article from ' . strtolower($params['language']) . '.wikipedia.org';
|
||||||
|
|
||||||
// This will automatically send us to the correct main page in any language (try it!)
|
// This will automatically send us to the correct main page in any language (try it!)
|
||||||
$html = $this->file_get_html($this->uri . '/wiki');
|
$html = $this->file_get_html($this->uri . '/wiki');
|
||||||
|
|
Loading…
Reference in a new issue