From b6913792325e4e09d6da8bf4b6af10aa8b7ff9cf Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 25 Jun 2012 11:55:35 -0700 Subject: un-break HTML invoice editor by using a regular textarea for now --- httemplate/edit/invoice_template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/invoice_template.html b/httemplate/edit/invoice_template.html index 9cec62c86..3553c617b 100644 --- a/httemplate/edit/invoice_template.html +++ b/httemplate/edit/invoice_template.html @@ -8,7 +8,8 @@
-% if ( $type eq 'html' ) { +% #if ( $type eq 'html' ) { +% if ( 0 ) { #this seems to broken, using a text editor for everything for now <% include('/elements/htmlarea.html', 'field' => 'value', -- cgit v1.2.1