mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-10 08:58:50 +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{
|
||||
|
||||
public function loadMetadatas() {
|
||||
|
||||
$this->maintainer = "qwertygc";
|
||||
$this->name = "GuruMed";
|
||||
$this->uri = "http://www.gurumed.org";
|
||||
$this->description = "Returns the 5 newest posts from Gurumed (full text)";
|
||||
$this->update = "2016-08-03";
|
||||
|
||||
}
|
||||
|
||||
function GurumedStripCDATA($string) {
|
||||
@ -32,7 +30,6 @@ class GuruMedBridge extends BridgeAbstract{
|
||||
$limit++;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
Loading…
Reference in New Issue
Block a user