Skip to content

Commit 54d4451

Browse files
Merge pull request #2 from JuliusPC/patch-1
remove space
2 parents 0fb6bff + a6d2980 commit 54d4451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fc-sqlite-connection-without-credentials.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FCSqliteConnectionWithoutCredentials {
2323
*/
2424
function loginForm() {
2525
$adminer = adminer();
26-
echo '<div class="error">'.lang("Warning : don't use it in a production environment!").'</div>';
26+
echo '<div class="error">'.lang("Warning: don't use it in a production environment!").'</div>';
2727
echo "<table cellspacing='0' class='layout'>\n";
2828
echo '<input type="hidden" name="auth[driver]" value="sqlite">';
2929
echo $adminer->loginFormField('db', '<tr><th>' . lang('Database') . '<td>',
@@ -41,4 +41,4 @@ function loginForm() {
4141
function login($login, $password) {
4242
return true;
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)