diff options
Diffstat (limited to 'template/default/vdr_cmds.html')
-rw-r--r-- | template/default/vdr_cmds.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/default/vdr_cmds.html b/template/default/vdr_cmds.html index edf6365..8038d9f 100644 --- a/template/default/vdr_cmds.html +++ b/template/default/vdr_cmds.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> +<html id="scroller"> <head> <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> @@ -62,7 +62,8 @@ </form> <?% IF show_output.size() > 0 %?> - <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="group"> + <br /> + <table width="100%" border="0" cellspacing="0" cellpadding="0" class="group"> <tr class="heading"> <td><h2><?% gettext('Output') %?></h2></td> </tr> |