diff options
Diffstat (limited to 'user_guide/general/urls.html')
-rw-r--r-- | user_guide/general/urls.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index 4df37eebc..21031affb 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.html @@ -90,7 +90,7 @@ contain functions that make it easy to work with your URI data. In addition, yo <h2>Removing the index.php file</h2>
-<p>By default, the <strong>index.php</strong> file will be included in your URLs:
+<p>By default, the <strong>index.php</strong> file will be included in your URLs:</p>
<code>www.your-site.com/<var>index.php</var>/news/article/my_article</code>
@@ -108,7 +108,7 @@ a request for your index.php file.</p> <h2>Adding a URL Suffix</h2>
<p>In your <dfn>config/config.php</dfn> file you can specify a suffix that will be added to all URLs generated
-by CodeIgniter. For example, if a URL is this:
+by CodeIgniter. For example, if a URL is this:</p>
<code>www.your-site.com/index.php/products/view/shoes</code>
@@ -151,7 +151,7 @@ Previous Topic: <a href="index.html">Getting Started</a> <a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="controllers.html">Controllers</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
|