summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-02-27 22:52:22 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-02-27 22:52:22 +0100
commit2e7e0c29470f3fa18c7ae16df80c17da12fde5ed (patch)
tree7c307ec08afdc00d68afb375076480fc9374fa83 /inc
parentb4b047d57c51d0dac390ab6f19b65f8db8d998e4 (diff)
downloadrpg-2e7e0c29470f3fa18c7ae16df80c17da12fde5ed.tar.gz
rpg-2e7e0c29470f3fa18c7ae16df80c17da12fde5ed.tar.bz2
fixed dates for aggregated RSS
darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/parser/xhtml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index d1e484fb4..34b5cd9a0 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -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">';