Commit f8e085aa authored by Kevin Deldycke's avatar Kevin Deldycke

Fix generator xhtml tag.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9416 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 830b128d
...@@ -107,7 +107,7 @@ IDEAS:\n ...@@ -107,7 +107,7 @@ IDEAS:\n
lang="en">\n lang="en">\n
<head tal:define="dummy python:request.RESPONSE.setHeader(\'Content-Type\', \'text/html;; charset=utf-8\')">\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 <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 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
<title tal:content="template/title_or_id"\n <title tal:content="template/title_or_id"\n
i18n:translate="" i18n:domain="ui"></title>\n i18n:translate="" i18n:domain="ui"></title>\n
......
2006-08-24 Kevin 2006-08-24 Kevin
* Add a specific div wrapper class to differenciate editable mode. * Add a specific div wrapper class to differenciate editable mode.
* Fix generator xhtml tag.
2006-08-23 Romain 2006-08-23 Romain
* Translate tab name. * Translate tab name.
......
106 109
\ No newline at end of file \ No newline at end of file
1.2.9 1.2.10
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment