From ace387ac78117d7053d77ee1fe07d6c50a3fc6bc Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 1 Feb 2007 20:15:32 +0000 Subject: changed example to crazy US way of spelling "colour" for consistency --- user_guide/libraries/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') 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);

Permits you to add a caption to the table.

-$this->table->set_caption('Colours'); +$this->table->set_caption('Colors');

$this->table->set_heading()

-- cgit v1.2.3-24-g4f1b