From 636ab0f5ea0fb55d8cafa8aea55babae2f7c7e34 Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Wed, 4 Jan 2006 20:57:34 +0000 Subject: Updated references to posts to be #p[post_id] rather than #[post_id] since it is against the W3C spec to have the id="" attribute starting with a number git-svn-id: file:///svn/phpbb/trunk@5424 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewonline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewonline.php') diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 510ea827e1..b5ef2d32df 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -310,7 +310,7 @@ $template->assign_vars(array( 'TOTAL_REGISTERED_USERS_ONLINE' => sprintf($l_r_user_s, $logged_visible_online) . sprintf($l_h_user_s, $logged_hidden_online), 'TOTAL_GUEST_USERS_ONLINE' => sprintf($l_g_user_s, $guest_counter), 'LEGEND' => $legend, - 'META' => '', + 'META' => '', 'PAGINATION' => $pagination, 'PAGE_NUMBER' => on_page($counter, $config['topics_per_page'], $start), -- cgit v1.2.1