From 4990877b216f7fc94ef038fe2f6f7e4cbb94de8e Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Fri, 28 Jan 2005 00:46:04 +0000 Subject: [PATCH] backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-3 corrects RSS for real git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-402 --- templates/carnet/rss.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/carnet/rss.tpl b/templates/carnet/rss.tpl index 3ba28d0..17df0b4 100644 --- a/templates/carnet/rss.tpl +++ b/templates/carnet/rss.tpl @@ -34,7 +34,7 @@ {foreach from=$promo item=x} - [{$notifs->_cats[$cid].short}] {$x.prenom} {$x.nom} ({$x.promo}) - le {$x.date|date_format} + [{$notifs->_cats[$cid].short}] {$x.prenom} {$x.nom} ({$x.promo}) - le {$x.date|date_format|utf8_encode} {#globals.baseurl#}/fiche.php?user={$x.bestalias}