diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-01 21:15:32 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-01 21:15:32 +0100 |
commit | ace387ac78117d7053d77ee1fe07d6c50a3fc6bc (patch) | |
tree | 0663a720fb4f97f435730005a32196ad7eb15b9b | |
parent | 13a0d736b6678c589afec1864edb0ad0d05a84d3 (diff) |
changed example to crazy US way of spelling "colour" for consistency
-rw-r--r-- | user_guide/libraries/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index 30968e255..8cd4a1e9b 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -188,7 +188,7 @@ $this->table->set_template($tmpl); <p>Permits you to add a caption to the table.</p>
-<code>$this->table->set_caption('Colours');</code>
+<code>$this->table->set_caption('Colors');</code>
<h2>$this->table->set_heading()</h2>
|