Nate Jones 10 жил өмнө
parent
commit
336309d3af

+ 1 - 0
core/users/signup.php

@@ -247,6 +247,7 @@ if (count($_POST)>0 && check_str($_POST["persistform"]) != "1") {
 	echo "			<b>".$text['header-user_add']."</b>\n";
 	echo "			<br><br>\n";
 	echo "			".$text['description-user_add']."\n";
+	echo "			<br><br>\n";
 	echo "		</td>\n";
 	echo "		<td width='20%' valign='top' align='right'>\n";
 	echo "			<input type='button' class='btn' name='back' alt='".$text['button-back']."' onclick=\"document.location.href='index.php';\" value='".$text['button-back']."'>\n";

+ 1 - 1
core/users/usersupdate.php

@@ -712,7 +712,7 @@ else {
 	echo "</tr>\n";
 
 	echo "	<tr>";
-	echo "		<td colspan='2' align='right'><br>";
+	echo "		<td colspan='2' align='right'>";
 	echo "			<input type='hidden' name='id' value=\"$user_uuid\">";
 	echo "			<input type='hidden' name='username_old' value=\"$username\">";
 	echo "			<br>";