Skip to content

Commit 91adf93

Browse files
rmj-sKristan Kenney
authored andcommitted
Invalid Style Tag Fix
1 parent 91d93ba commit 91adf93

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)