[REM] Removed height=100% from html homepage

bzr revid: fme@openerp.com-20120322132617-q6a4f0am02g2tayh
This commit is contained in:
Fabien Meghazi 2012-03-22 14:26:17 +01:00
parent 9909d367dd
commit 9678e570e4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def concat_files(file_list, reader=None, intersperse=""):
return files_concat, checksum.hexdigest()
html_template = """<!DOCTYPE html>
<html style="height: 100%%">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />