Commit aaccf893 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26256 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dbb3c893
......@@ -53,7 +53,7 @@
<tal:block metal:use-macro="here/Zuite_erp5_web_common/macros/init" />\n
<tr>\n
<td>open</td>\n
<td>${base_url}/web_site_module/WebSiteModule_createTestSite/?id=test_web_site&amp;title=Test Web Site</td>\n
<td>${base_url}/web_site_module/WebSiteModule_createTestSite?id=test_web_site&amp;title=Test Web Site</td>\n
<td></td>\n
<td>Create a new site</td>\n
</tr>\n
......
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>context.newContent(id=id, title=id, portal_type=\'Web Site\')\n
<value> <string>context.newContent(id=id, title=title, portal_type=\'Web Site\')\n
return "Created Successfully."\n
</string> </value>
</item>
......
10
\ No newline at end of file
11
\ 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