X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdiogenes.barrel.inc.php;h=14fafed2f5665e70a7c8685d86fe1a2f67fd17a8;hb=20231ee0d47146e1ba9b3c9abce17333c7fe4f45;hp=35f4e8a92606a113235cdea33f3a384fd23f08d4;hpb=079abc36d07da9049a0e1ae1878238a66d4d8bc8;p=diogenes.git diff --git a/include/diogenes.barrel.inc.php b/include/diogenes.barrel.inc.php index 35f4e8a..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, ''); }