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.
1 parent 5d7cf06 commit 067f62fCopy full SHA for 067f62f
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