Skip to content
Snippets Groups Projects
Commit 2e7e0c29 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed dates for aggregated RSS

darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz
parent b4b047d5
No related branches found
No related tags found
No related merge requests found
......@@ -767,7 +767,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
}
}
if($params['date']){
$this->doc .= ' ('.$item->get_date($conf['dformat']).')';
$this->doc .= ' ('.$item->get_local_date($conf['dformat']).')';
}
if($params['details']){
$this->doc .= '<div class="detail">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment