Commit 4466e986 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a title of testPreviousNextSelectionInWebsite and remove a needless new line in the url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26254 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50b7b1f1
...@@ -43,12 +43,12 @@ ...@@ -43,12 +43,12 @@
xmlns:metal="http://xml.zope.org/namespaces/metal">\n xmlns:metal="http://xml.zope.org/namespaces/metal">\n
<head>\n <head>\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>Test Login Form</title>\n <title>Test Previous Next Selection In Website</title>\n
</head>\n </head>\n
<body>\n <body>\n
<table cellpadding="1" cellspacing="1" border="1">\n <table cellpadding="1" cellspacing="1" border="1">\n
<thead>\n <thead>\n
<tr><td rowspan="1" colspan="3">Test Login Form</td></tr>\n <tr><td rowspan="1" colspan="3">Test Previous Next Selection In Website</td></tr>\n
</thead><tbody>\n </thead><tbody>\n
<tal:block metal:use-macro="here/Zuite_erp5_web_common/macros/init" />\n <tal:block metal:use-macro="here/Zuite_erp5_web_common/macros/init" />\n
<tr>\n <tr>\n
...@@ -98,8 +98,7 @@ ...@@ -98,8 +98,7 @@
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
\n \n
<td>${base_url}/web_site_module/WebSiteModule_createTestSite/?id=test_web_site_2\n <td>${base_url}/web_site_module/WebSiteModule_createTestSite/?id=test_web_site_2&amp;title=Test Web Site II</td>\n
&amp;title=Test Web Site II</td>\n
<td></td>\n <td></td>\n
<td>Create a second site</td>\n <td>Create a second site</td>\n
</tr>\n </tr>\n
......
8 9
\ 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