From 2ee8394efa222c24edc68f917d22e0da5aefc119 Mon Sep 17 00:00:00 2001
From: Meik Sievertsen <acydburn@phpbb.com>
Date: Mon, 23 Jul 2007 18:59:46 +0000
Subject: *** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@7932 89ea8834-ac86-4346-8a33-228a782c2dd0
---
 phpBB/install/database_update.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index f37a9b2bc2..fb10a62fda 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -492,7 +492,8 @@ else
 $exit = false;
 if (version_compare($current_version, '3.0.RC3', '<='))
 {
-/*	</p>
+/*
+	</p>
 
 	<h1>Clean Usernames</h1>
 
@@ -729,6 +730,7 @@ if (version_compare($current_version, '3.0.RC3', '<='))
 		// for the admin: keep name, change name (with text input) or delete user
 		$u_action = "database_update.$phpEx?language=$language&amp;type=$inline_update";
 ?>
+</p>
 <p><?php echo $lang['CHANGE_CLEAN_NAMES']; ?></p>
 <form id="change_clean_names" method="post" action="<?php echo $u_action; ?>">
 
@@ -788,7 +790,7 @@ if (version_compare($current_version, '3.0.RC3', '<='))
 ?>
 				<tr class="bg<?php echo ($i % 2) + 1; ?>">
 					<td>
-						<span class="rank-img"><?php echo ($rank_img) ? $rank_img : $rank_title; ?></span>
+						<span class="rank-img"><?php echo ($rank_img) ? $rank_img : $rank_title; ?></span><br />
 						<?php echo get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']); ?>
 					</td>
 					<td class="posts"><?php echo $row['user_posts']; ?></td>
-- 
cgit v1.2.1