Skip to content

Commit ba7b1d6

Browse files
author
redray
committed
css changes
1 parent c9985b0 commit ba7b1d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

interface/web/login/index.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ public function render() {
118118
}
119119
}
120120
if($error != ''){
121-
$error = '<table class="error">
122-
<tr>
123-
<td><strong>Error:</strong><br>'.$error.'</td>
124-
</tr>
125-
</table>';
121+
$error = '<div class="box box_error"><h1>Error</h1>'.$error.'</div>';
126122
}
127123

128124

0 commit comments

Comments
 (0)