diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-02-27 22:52:22 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-02-27 22:52:22 +0100 |
commit | 2e7e0c29470f3fa18c7ae16df80c17da12fde5ed (patch) | |
tree | 7c307ec08afdc00d68afb375076480fc9374fa83 /inc/parser | |
parent | b4b047d57c51d0dac390ab6f19b65f8db8d998e4 (diff) | |
download | rpg-2e7e0c29470f3fa18c7ae16df80c17da12fde5ed.tar.gz rpg-2e7e0c29470f3fa18c7ae16df80c17da12fde5ed.tar.bz2 |
fixed dates for aggregated RSS
darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz
Diffstat (limited to 'inc/parser')
-rw-r--r-- | inc/parser/xhtml.php | 2 |
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">'; |