mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-17 04:10:55 +00:00
Fix indentation and remove empty lines
This commit is contained in:
parent
b0dce860f7
commit
b344f50784
@ -2,13 +2,11 @@
|
|||||||
class GuruMedBridge extends BridgeAbstract{
|
class GuruMedBridge extends BridgeAbstract{
|
||||||
|
|
||||||
public function loadMetadatas() {
|
public function loadMetadatas() {
|
||||||
|
|
||||||
$this->maintainer = "qwertygc";
|
$this->maintainer = "qwertygc";
|
||||||
$this->name = "GuruMed";
|
$this->name = "GuruMed";
|
||||||
$this->uri = "http://www.gurumed.org";
|
$this->uri = "http://www.gurumed.org";
|
||||||
$this->description = "Returns the 5 newest posts from Gurumed (full text)";
|
$this->description = "Returns the 5 newest posts from Gurumed (full text)";
|
||||||
$this->update = "2016-08-03";
|
$this->update = "2016-08-03";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function GurumedStripCDATA($string) {
|
function GurumedStripCDATA($string) {
|
||||||
@ -32,7 +30,6 @@ class GuruMedBridge extends BridgeAbstract{
|
|||||||
$limit++;
|
$limit++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getName(){
|
public function getName(){
|
||||||
|
Loading…
Reference in New Issue
Block a user