mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
fixed spelling error
This commit is contained in:
parent
97bdadfd8e
commit
3a3f316400
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@
|
|||
<span><font class="attribute">Email</font><input class="change-attribute-input" type="text" name="username" value="<?php echo $user["email"]; ?>"></span>
|
||||
<span><font class="attribute">Letzter Login</font><font><?php echo $user["last_login"]; ?></font></span>
|
||||
</div>
|
||||
<button class="button" id="safeButton">Speichern</button>
|
||||
<button class="button" id="saveButton">Speichern</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue