summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b9df43c..f2f4e4c 100755
--- a/index.php
+++ b/index.php
@@ -36,7 +36,7 @@ else {
<u>'.$lang_user.'</u><br />
<form>
<select name="user" onchange="selectUser(this)">
- <option value=\"0\">'.$lang_suser.'</option>';
+ <option value="0">'.$lang_suser.'</option>';
$query = "SELECT ID,username FROM users ORDER BY username";
$result = $mysqli->query($query);
while ($row = $result->fetch_assoc()) {