diff options
Diffstat (limited to 'user_guide/general/security.html')
-rw-r--r-- | user_guide/general/security.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 5fa6cf3d0..271fea8b6 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -99,13 +99,12 @@ retrieving data from your database.</p> XML-RPC data, or even data from the SERVER array, you are encouraged to practice this three step approach:</p>
<ol>
-
<li>Filter the data as if it were tainted.</li>
<li>Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one)</li>
<li>Escape the data before submitting it into your database.</li>
</ol>
-CodeIgniter provides the following functions to assist in this process:</p>
+<p>CodeIgniter provides the following functions to assist in this process:</p>
<ul>
|