diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 9802f9ad9..f97cd6f1e 100644 --- a/inc/html.php +++ b/inc/html.php @@ -542,7 +542,7 @@ function html_recent($first=0){ print p_locale_xhtml('recent'); if (getNS($ID) != '') - print '<div class="level1"><p>' . sprintf($lang['recent_global'], wl('', 'do=recent')) . '</p></div>'; + print '<div class="level1"><p>' . sprintf($lang['recent_global'], getNS($ID), wl('', 'do=recent')) . '</p></div>'; print '<ul>'; |