[IMP] website: Removing unnecessary spaces at beginning of line

bzr revid: chm@openerp.com-20131212105821-mqvxb7yc04cj5k2s
This commit is contained in:
Christophe Matthieu 2013-12-12 11:58:21 +01:00
parent 6655cd8ccd
commit ee370a837c
15 changed files with 3338 additions and 3337 deletions

View File

@ -3,6 +3,7 @@
-->
<openerp>
<data>
<!-- Layout and generic templates -->
<template id="website.theme" name="Theme">
@ -703,5 +704,6 @@ Sitemap: <t t-esc="url_root"/>sitemap.xml
</div>
</address>
</template>
</data>
</openerp>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="editor_head" inherit_id="website.editor_head" name="Blog Editor" groups="base.group_website_designer">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/website_blog/static/src/js/website_blog.editor.js"></script>

View File

@ -2,7 +2,6 @@
<openerp>
<data>
<!-- Layout add nav and footer -->
<template id="footer_custom" inherit_id="website.layout" name="Footer Partners Link">
<xpath expr="//footer//div[@name='info']/ul" position="inside">

View File

@ -4,7 +4,6 @@
<!-- Layout add nav and footer -->
<template id="editor_head" inherit_id="website.editor_head" name="Shop Editor" groups="base.group_website_designer">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/website_sale/static/src/js/website_sale.editor.js"></script>