diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-03 16:08:27 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-03 16:08:27 +0100 |
commit | cc042095bcce9856402cc04997f44310074716e0 (patch) | |
tree | f5daea090ea2fcd5deba8d908b2fac495f69e5dd /user_guide_src/source/libraries/table.rst | |
parent | 3a5638b51deb1921a149d416846e3078bc38163d (diff) |
[ci skip] Some more generic user guide cleanup
Diffstat (limited to 'user_guide_src/source/libraries/table.rst')
-rw-r--r-- | user_guide_src/source/libraries/table.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/libraries/table.rst b/user_guide_src/source/libraries/table.rst index 25927800e..bfe457993 100644 --- a/user_guide_src/source/libraries/table.rst +++ b/user_guide_src/source/libraries/table.rst @@ -5,12 +5,12 @@ HTML Table Class The Table Class provides functions that enable you to auto-generate HTML tables from arrays or database result sets. -.. content:: - :local: +.. contents:: + :local: .. raw:: html - <div class="custom-index container"></div> + <div class="custom-index container"></div> ********************* Using the Table Class @@ -280,4 +280,4 @@ Class Reference $this->table->add_row('Mary', 'Monday', 'Air'); $this->table->add_row('John', 'Saturday', 'Overnight'); - echo $this->table->generate(); + echo $this->table->generate();
\ No newline at end of file |