X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fdiogenes.barrel.inc.php;h=14fafed2f5665e70a7c8685d86fe1a2f67fd17a8;hb=20231ee0d47146e1ba9b3c9abce17333c7fe4f45;hp=b348c7ee406c84e56fc43db120e524f2aba7754d;hpb=2f25588f79339ef0d0f27bfda9ddfbe1b1675c26;p=diogenes.git diff --git a/include/diogenes.barrel.inc.php b/include/diogenes.barrel.inc.php index b348c7e..14fafed 100644 --- a/include/diogenes.barrel.inc.php +++ b/include/diogenes.barrel.inc.php @@ -214,7 +214,6 @@ class DiogenesBarrel extends DiogenesPage $render_plugin = $plugobj; } } - // source page or pass it to a rendering plugin if (is_object($render_plugin)) { $content = $render_plugin->render($path); @@ -316,7 +315,7 @@ class DiogenesBarrel extends DiogenesPage array_push($this->head, 'options->favicon).'" type="image/png" />'); // RSS feed - array_push($this->head, ''); + array_push($this->head, ''); }