summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-10-11 14:36:53 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-10-11 14:36:53 +0200
commit9e561443463033a11f5e049945982cf1b2f312df (patch)
tree2f6571d7173ec004c3c996da9210f75b9d081434 /inc/html.php
parente83cef14d812e85c06dc19b51fe3bc6d5d61b5e5 (diff)
downloadrpg-9e561443463033a11f5e049945982cf1b2f312df.tar.gz
rpg-9e561443463033a11f5e049945982cf1b2f312df.tar.bz2
text change for FS#607 - display the namespace in warning
darcs-hash:20081011123653-7ad00-8a659f942e0e24bb3239bab615d4498bb1efcad4.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
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>';