summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/html.php4
-rw-r--r--lib/tpl/default/mediaedit.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/inc/html.php b/inc/html.php
index edfc5a2cb..6d3e1b405 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -66,8 +66,8 @@ function html_login(){
<input type="password" name="p" class="edit" />
</label><br />
<input type="submit" value="<?php echo $lang['btn_login']?>" class="button" />
- <label for="remember" class="simple">
- <input type="checkbox" name="r" id="remember" value="1" />
+ <label for="remember__me" class="simple">
+ <input type="checkbox" name="r" id="remember_me" value="1" />
<span><?php echo $lang['remember']?></span>
</label>
</fieldset>
diff --git a/lib/tpl/default/mediaedit.php b/lib/tpl/default/mediaedit.php
index a533a5f1e..79175e009 100644
--- a/lib/tpl/default/mediaedit.php
+++ b/lib/tpl/default/mediaedit.php
@@ -77,7 +77,7 @@
<div class="footer">
- <hr>
+ <hr />
<?php tpl_button('backtomedia')?>
</div>
</div>