Browse Source

Fix syntax error on login page

Kristan Kenney 6 years ago
parent
commit
38ec5849bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/templates/login.html

+ 1 - 1
web/templates/login.html

@@ -93,7 +93,7 @@
                             <td colspan=2>
                                 <div class="login-bottom">
                                     <div style="height:20px"><?php if (isset($ERROR)) echo $ERROR ?></div>
-                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?phpprint __('Hestia Control Panel'); ?></a>
+                                    <a class="hestiacp" href="https://www.hestiacp.com">v<?php print __('Hestia Control Panel'); ?></a>
                                 </div>
                             </td>
                         </tr>