[FIX] account_financial_report_webkit - add encoding on mako template to fix translation extraction

pull/7/merge
Yannick Vaucher 2013-12-13 03:36:07 +01:00 committed by Omar (Pexego)
commit 32603db08e
9 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<%page args="account, formatLang" />
%if account.grouped_ledger_lines and account.partners_order:
<%

View File

@ -1,3 +1,4 @@
## -*- coding: utf-8 -*-
<%page args="account, formatLang" />
%if account.ledger_lines and account.partners_order:
<%
@ -173,4 +174,4 @@
</div>
</div>
</div>
%endif
%endif