summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/xhtml.php')
-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">';