Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
cb59ef47
Commit
cb59ef47
authored
Mar 22, 2012
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set content-type properly in XML sitemap.
parent
730c377a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSiteMapAsXML.xml
...kins/erp5_web_widget_library/WebSite_viewSiteMapAsXML.xml
+3
-2
bt5/erp5_web/bt/revision
bt5/erp5_web/bt/revision
+1
-1
No files found.
bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSiteMapAsXML.xml
View file @
cb59ef47
...
...
@@ -36,7 +36,7 @@
<key>
<string>
_text
</string>
</key>
<value>
<unicode
encoding=
"cdata"
>
<![CDATA[
<?xml version=\'1.0\' encoding=\'UTF-8\'?>
\n
<
tal:block define="dummy python:request.RESPONSE.setHeader(\'Content-Type\', \'application/xml;; charset=utf-8\')"><
?xml version=\'1.0\' encoding=\'UTF-8\'?>
\n
<urlset
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
\n
xsi:schemaLocation=
"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
\n
xmlns=
"http://www.sitemaps.org/schemas/sitemap/0.9"
>
\n
...
...
@@ -66,7 +66,8 @@
</tal:block>
\n
</tal:block>
\n
</tal:block>
\n
</urlset>
</urlset>
\n
</tal:block>
]]>
</unicode>
</value>
</item>
...
...
bt5/erp5_web/bt/revision
View file @
cb59ef47
1079
\ No newline at end of file
1080
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment