From 2f25588f79339ef0d0f27bfda9ddfbe1b1675c26 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Wed, 7 Jun 2006 07:19:03 +0000 Subject: [PATCH] fix RSS feed title --- include/diogenes.barrel.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diogenes.barrel.inc.php b/include/diogenes.barrel.inc.php index 35f4e8a..b348c7e 100644 --- a/include/diogenes.barrel.inc.php +++ b/include/diogenes.barrel.inc.php @@ -316,7 +316,7 @@ class DiogenesBarrel extends DiogenesPage array_push($this->head, 'options->favicon).'" type="image/png" />'); // RSS feed - array_push($this->head, ''); + array_push($this->head, ''); } -- 2.1.4