diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-03-05 12:38:07 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-03-05 12:38:07 +0100 |
commit | 0c1887a0b9adc8aac879974db9ee17eb11ceb8d3 (patch) | |
tree | 9cb5697e905f073424422a7376a328a44b885b37 | |
parent | 93c020ac9b91843bbf74ce62f6f4712e31435fe1 (diff) | |
download | rpg-0c1887a0b9adc8aac879974db9ee17eb11ceb8d3.tar.gz rpg-0c1887a0b9adc8aac879974db9ee17eb11ceb8d3.tar.bz2 |
small HTML fixes
darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz
-rw-r--r-- | inc/html.php | 4 | ||||
-rw-r--r-- | lib/tpl/default/mediaedit.php | 2 |
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> |