From ecfb5b759d85ce904fde719bdfbb109705942a79 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Mon, 3 Aug 2009 18:32:53 +0000 Subject: [PATCH] Make ERP5Site_viewClassicFrontPage a valid XML file. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28258 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_access_tab/ERP5Site_viewClassicFrontPage.xml | 9 ++++----- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_viewClassicFrontPage.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_viewClassicFrontPage.xml index 8b7763c936..27b45d9f37 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_viewClassicFrontPage.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_viewClassicFrontPage.xml @@ -39,11 +39,10 @@ <key> <string>_text</string> </key> <value> <string encoding="cdata"><![CDATA[ -<tal:block tal:replace="nothing"\n - xmlns:tal="http://xml.zope.org/namespaces/tal"\n +<tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n xmlns:metal="http://xml.zope.org/namespaces/metal"\n xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n -<!--\n +<tal:block tal:replace="nothing"><!--\n Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.\n Vincent Pelletier <vincent@nexedi.com>\n Christophe Dumez <christophe@nexedi.com>\n @@ -61,8 +60,7 @@ GNU General Public License for more details.\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n --->\n -</tal:block>\n +--></tal:block>\n <tal:block tal:define="title here/Title">\n <tal:block metal:use-macro="here/main_template/macros/master">\n <tal:block metal:fill-slot="main">\n @@ -91,6 +89,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n </div>\n </tal:block>\n </tal:block>\n +</tal:block>\n </tal:block> ]]></string> </value> diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index c04091d820..35d29653bf 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -790 \ No newline at end of file +791 \ No newline at end of file -- 2.30.9