summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html
index efca4269b..9e91ad309 100644
--- a/module/web/templates/default/login.html
+++ b/module/web/templates/default/login.html
@@ -12,12 +12,12 @@
<legend>Login</legend>
<label>
<span>{{_("Username")}}</span>
- <input type="text" size="20" name="username"/>
+ <input type="text" size="20" name="username" />
</label>
<br />
<label>
<span>{{_("Password")}}</span>
- <input type="password" size="20" name="password">
+ <input type="password" size="20" name="password" />
</label>
<br />
<input type="submit" value="Login" class="button" />