diff --git a/admin.php b/admin.php index 40c80ce..e1d791f 100644 --- a/admin.php +++ b/admin.php @@ -181,7 +181,7 @@ function handle() { */ function html() { ptln('
'); - ptln( $this->locale_xhtml(general_intro)); + ptln( $this->locale_xhtml('general_intro')); ptln('
'); ptln(''); ptln('  '); @@ -196,7 +196,7 @@ function html() { ptln('
'); - ptln( $this->locale_xhtml(intro)); + ptln( $this->locale_xhtml('intro')); ptln('
'); // output hidden values to ensure dokuwiki will return back to this plugin @@ -220,7 +220,7 @@ function html() { /* Stats Panel */ $today = getdate(); ptln('
'); - ptln('
' . $this->locale_xhtml(query)); + ptln('
' . $this->locale_xhtml('query')); ptln(''); ptln('
'); diff --git a/plugin.info.txt b/plugin.info.txt index a3bf3b7..b218d60 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base quickstats author Myron Turner email turnermm02@shaw.ca -date 2018-04-23 +date 2018-04-25 name QuickStats Plugin desc Non-sql-based web traffic statistics url http://www.dokuwiki.org/plugin:quickstats