summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-03-05 13:08:15 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-03-05 13:08:15 +0100
commit4d6f545e4610db72887c95942e6c0c3915f76cf5 (patch)
tree3e07d18b931cd2e311e5bf978878ee9955ca4ebe
parentff175d6515d0219bd1307267ba7f28d32603b64f (diff)
downloadrpg-4d6f545e4610db72887c95942e6c0c3915f76cf5.tar.gz
rpg-4d6f545e4610db72887c95942e6c0c3915f76cf5.tar.bz2
more html fixes
darcs-hash:20060305120815-7ad00-28c98cc4a629967c44ac176f843ce1f8f54e383c.gz
-rw-r--r--inc/html.php2
-rw-r--r--lib/tpl/default/mediaref.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php
index 6d3e1b405..25ac1e7ce 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -67,7 +67,7 @@ function html_login(){
</label><br />
<input type="submit" value="<?php echo $lang['btn_login']?>" class="button" />
<label for="remember__me" class="simple">
- <input type="checkbox" name="r" id="remember_me" value="1" />
+ <input type="checkbox" name="r" id="remember__me" value="1" />
<span><?php echo $lang['remember']?></span>
</label>
</fieldset>
diff --git a/lib/tpl/default/mediaref.php b/lib/tpl/default/mediaref.php
index a2d12eb95..06af5764c 100644
--- a/lib/tpl/default/mediaref.php
+++ b/lib/tpl/default/mediaref.php
@@ -39,7 +39,7 @@
<?php tpl_showreferences($mediareferences)?>
<div class="mediaref_footer">
- <hr>
+ <hr />
<?php tpl_button('backtomedia')?>
</div>
</div>