[FIX] type in the import of the reset stylesheet

bzr revid: sle@openerp.com-20140225144407-li218a3ppz4f8y7z
This commit is contained in:
Simon Lejeune 2014-02-25 15:44:07 +01:00
parent 531ab41957
commit 258c8b5ee5
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class Report(http.Controller):
<!DOCTYPE html>
<html style="height: 0;">
<head>
<link href="/report/static/src/css/reset.min.css"/>
<link href="/report/static/src/css/reset.min.css" rel="stylesheet"/>
<link href="/web/static/lib/bootstrap/css/bootstrap.css" rel="stylesheet"/>
<link href="/website/static/src/css/website.css" rel="stylesheet"/>
<link href="/web/static/lib/fontawesome/css/font-awesome.css" rel="stylesheet"/>