diff options
Diffstat (limited to 'lib/plugins/base.php')
-rw-r--r-- | lib/plugins/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/base.php b/lib/plugins/base.php index f53c75444..a895166e6 100644 --- a/lib/plugins/base.php +++ b/lib/plugins/base.php @@ -69,7 +69,7 @@ class DokuWiki_Plugin { * @return string parsed contents of the wiki page in xhtml format */ function locale_xhtml($id) { - return p_cached_xhtml($this->localFN($id)); + return p_cached_output($this->localFN($id)); } /** |