diff options
Diffstat (limited to 'inc')
-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">'; |