summaryrefslogtreecommitdiffstats
path: root/user_guide/index.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-11 21:40:07 +0200
committeradmin <devnull@localhost>2006-10-11 21:40:07 +0200
commit4979a12de4e18edb54af07cd187e2a193bc518eb (patch)
treee858d87ac40b7ad1dc7199f1622af5cc4d8ccd11 /user_guide/index.html
parent939906b0ba774948a49e1b9b0bc22d265ecb451a (diff)
Diffstat (limited to 'user_guide/index.html')
-rw-r--r--user_guide/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/index.html b/user_guide/index.html
index bb399f242..f55e7af6f 100644
--- a/user_guide/index.html
+++ b/user_guide/index.html
@@ -34,7 +34,7 @@ window.onload = function() {
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td><h1>Code Igniter User Guide Version 1.5.0b1</h1></td>
-<td id="breadcrumb_right"><a href="toc.html">Full Table of Contents</a></td>
+<td id="breadcrumb_right"><a href="toc.html">Linear Table of Contents</a></td>
</tr>
</table>
</div>
@@ -84,7 +84,7 @@ then read the <a href="general/index.html">Getting Started</a> page.</p>
<li>You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.</li>
<li>You want a framework that requires nearly zero configuration.</li>
<li>You want a framework that does not require you to use the command line.</li>
-<li>You want a framework that doesn't require you to adhere to restrictive coding rules.</li>
+<li>You want a framework that does not require you to adhere to restrictive coding rules.</li>
<li>You are not interested in large-scale monolithic libraries like PEAR.</li>
<li>You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).</li>
<li>You eschew complexity, favoring simple solutions.</li>