diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2011-09-11 08:35:52 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2011-09-11 08:35:52 +0200 |
commit | 61bb5012ba51ebbe5af11ef9d21741474f9f970d (patch) | |
tree | 25efe81af14fb2f0fd5709c3e9833dad22d52199 /user_guide/installation | |
parent | dd3b41544b2ac5dbac7f8240fa1ebb957fd43534 (diff) |
update user guide for replacing 'br/' with 'br /'
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/upgrade_201.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/installation/upgrade_201.html b/user_guide/installation/upgrade_201.html index 036ef7c05..7ae29b824 100644 --- a/user_guide/installation/upgrade_201.html +++ b/user_guide/installation/upgrade_201.html @@ -83,7 +83,7 @@ Upgrading from 2.0.0 to 2.0.1 <p>to use either a / or <kbd>base_url()</kbd>:</p> -<code>echo form_open('/'); //<form action="http://example.com/index.php/" method="post" accept-charset="utf-8"><br/> +<code>echo form_open('/'); //<form action="http://example.com/index.php/" method="post" accept-charset="utf-8"><br /> echo form_open(base_url()); //<form action="http://example.com/" method="post" accept-charset="utf-8"></code> </div> @@ -102,4 +102,4 @@ Next Topic: <a href="troubleshooting.html">Troubleshooting</a> </div> </body> -</html>
\ No newline at end of file +</html> |