From f8e085aa2d7748b692b2763df8ea01814d4c78ca Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Thu, 24 Aug 2006 16:06:22 +0000 Subject: [PATCH] Fix generator xhtml tag. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9416 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log | 1 + product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/version | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml index 8c0e0e55aa..63b49a72e4 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml @@ -107,7 +107,7 @@ IDEAS:\n lang="en">\n <head tal:define="dummy python:request.RESPONSE.setHeader(\'Content-Type\', \'text/html;; charset=utf-8\')">\n <base tal:attributes="href python: \'%s/\' % (url, )" />\n - <meta name="description" content="Generated by ERP5" />\n + <meta name="generator" content="ERP5"/>\n <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n <title tal:content="template/title_or_id"\n i18n:translate="" i18n:domain="ui"></title>\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log index c3d45556a6..b7301fac68 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/change_log @@ -1,5 +1,6 @@ 2006-08-24 Kevin * Add a specific div wrapper class to differenciate editable mode. +* Fix generator xhtml tag. 2006-08-23 Romain * Translate tab name. diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 3fbd193e4a..6d58c4e590 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -106 \ No newline at end of file +109 \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version index 434dcac4fa..732aa7d7d5 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/version +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/version @@ -1 +1 @@ -1.2.9 \ No newline at end of file +1.2.10 \ No newline at end of file -- 2.30.9