From babf1a7de6f8e2d782ba605347cfd37d1b70e3a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Jul 2000 22:23:15 +0000 Subject: * Updated small tidbits ... :) --- functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.inc') diff --git a/functions.inc b/functions.inc index fde0bc37c..2c748a9cc 100644 --- a/functions.inc +++ b/functions.inc @@ -245,7 +245,7 @@ function displayAccount($theme) { if ($user && $user->userid) { ### Display account settings: - $content .= "
  • moderate submissions (". submission_count() .")
  • "; + $content .= "
  • moderate submissions (". submission_count() .")
  • "; $theme->box("$user->userid's account", "$content"); } } -- cgit v1.2.3