Skip to content

Commit ab84ce9

Browse files
authored
Merge pull request hestiacp#879 from rmj-s/invalid-style-tag-fix
Invalid Style Tag Fix
2 parents 91d93ba + 067f62f commit ab84ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
1313
<table class="login-box">
1414
<tr>
15-
<td syle="padding: 12px 0 0 2px;" class="login-welcome">
15+
<td style="padding: 12px 0 0 2px;" class="login-welcome">
1616
<?php print __('Welcome to Hestia Control Panel');?>
1717
</td>
1818
</tr>
1919
<tr>
20-
<td syle="padding: 12px 0 0 2px;">
20+
<td style="padding: 12px 0 0 2px;">
2121
<?php print __('Username');?>
2222
</td>
2323
</tr>

0 commit comments

Comments
 (0)