We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91d93ba + 067f62f commit ab84ce9Copy full SHA for ab84ce9
web/templates/login.html
@@ -12,12 +12,12 @@
12
<input type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
13
<table class="login-box">
14
<tr>
15
- <td syle="padding: 12px 0 0 2px;" class="login-welcome">
+ <td style="padding: 12px 0 0 2px;" class="login-welcome">
16
<?php print __('Welcome to Hestia Control Panel');?>
17
</td>
18
</tr>
19
20
- <td syle="padding: 12px 0 0 2px;">
+ <td style="padding: 12px 0 0 2px;">
21
<?php print __('Username');?>
22
23
0 commit comments