diff options
Diffstat (limited to 'user_guide/general/scaffolding.html')
-rw-r--r-- | user_guide/general/scaffolding.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/scaffolding.html b/user_guide/general/scaffolding.html index 4f23d3fed..125732e87 100644 --- a/user_guide/general/scaffolding.html +++ b/user_guide/general/scaffolding.html @@ -116,7 +116,7 @@ class Blog extends Controller {<br /> <p>Where <kbd>table_name</kbd> is the name of the table (table, not database) you wish to work with.</p>
-<p>Once you've initialized scaffolding, you will access it with this URL prototype:
+<p>Once you've initialized scaffolding, you will access it with this URL prototype:</p>
<code>www.your-site.com/index.php/<var>class</var>/<dfn>secret_word</dfn>/</code>
@@ -145,7 +145,7 @@ Previous Topic: <a href="autoloader.html">Auto-loading Resources</a> <a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="routing.html">URI Routing</a>
-<p>
+</p>
<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
|