Unit of measure 'px' is redundant

This commit is contained in:
lopar
2020-09-18 02:06:32 +03:00
parent d753684958
commit c25335d846
7 changed files with 13 additions and 23 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ if($user['first'] == 1) {
if($text) {
echo "<div class=\"main\"><img src=\"http://capitalcity.old-dark.ru/i/wm1.jpg\" style=\"float: left;\" />";
echo "<table><tr><td style=\"padding: 25px;\">".$text."<hr style='margin: 10px 0px;'>".$status."</td></tr></table></div>";
echo "<table><tr><td style=\"padding: 25px;\">".$text. "<hr style='margin: 10px 0;'>" .$status."</td></tr></table></div>";
}