From bf68ca1542324cc5e1a29a5c5b64377a7cf3bda2 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Wed, 8 Sep 2004 12:59:22 +0000 Subject: [PATCH] Renamed from history_view.pt to Base_viewHistory.pt. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1562 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../skins/erp5_core/{history_view.pt => Base_viewHistory.pt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename product/ERP5/skins/erp5_core/{history_view.pt => Base_viewHistory.pt} (99%) diff --git a/product/ERP5/skins/erp5_core/history_view.pt b/product/ERP5/skins/erp5_core/Base_viewHistory.pt similarity index 99% rename from product/ERP5/skins/erp5_core/history_view.pt rename to product/ERP5/skins/erp5_core/Base_viewHistory.pt index 722c3bef08..fa3918aaf4 100755 --- a/product/ERP5/skins/erp5_core/history_view.pt +++ b/product/ERP5/skins/erp5_core/Base_viewHistory.pt @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. metal:use-macro="here/view_master/macros/master"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title tal:content="template/title_or_id">The title</title> <link href="erp5.css" rel="stylesheet" type="text/css"/> </head> -- 2.30.9