summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-01-17 09:07:49 +0100
committerDerek Allard <derek.allard@ellislab.com>2010-01-17 09:07:49 +0100
commit028cbb5de098b74780d57c24d574e531fb23f33c (patch)
tree8eb435e1ce7df17baa175386459ff40d4b1b6539
parentc47eb1e3009cb4d0760748c9c1fe029fb988dd55 (diff)
extra period in a sentence (the horror!) :)
-rw-r--r--user_guide/changelog.html2
-rw-r--r--user_guide/libraries/form_validation.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index bb175c21a..922823235 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -99,7 +99,7 @@ SVN Revision: </p>
<h3>Bug fixes for 1.7.3</h3>
<ul>
- <li>Fixed assorted user guide typos or examples (#10693).</li>
+ <li>Fixed assorted user guide typos or examples (#10693, #8951).</li>
<li>Increased randomness with <kbd>is_really_writable()</kbd> to avoid file collisions when hundreds or thousands of requests occur at once.</li>
<li>Fixed or clarified assorted user guide typos or examples.</li>
<li>Made <kbd>get_mime_by_extension()</kbd> case insensitive.</li>
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html
index 400af0e5d..49c30ef31 100644
--- a/user_guide/libraries/form_validation.html
+++ b/user_guide/libraries/form_validation.html
@@ -449,7 +449,7 @@ that permit you to do this. The one you will use most commonly is:</p>
<p>Open your <dfn>myform.php</dfn> view file and update the <strong>value</strong> in each field using the <dfn>set_value()</dfn> function:</p>
-<p><strong>Don't forget to include each. field name in the <dfn>set_value()</dfn> functions!</strong></p>
+<p><strong>Don't forget to include each field name in the <dfn>set_value()</dfn> functions!</strong></p>
<textarea class="textarea" style="width:100%" cols="50" rows="30">