aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://hendry.iki.fi/ <http://hendry.iki.fi/@web>2009-09-07 05:53:50 -0400
committerJoey Hess <joey@kitenet.net>2009-09-07 05:53:50 -0400
commit8691bc006e16f17450423ef793f1e1a2626e2fe8 (patch)
tree0c6a1d0f7c7d6a324e3ff35f86d14b31da0d798c /doc
parent507d8ace625317072bfed7925b516fe3c573a568 (diff)
downloadikiwiki-8691bc006e16f17450423ef793f1e1a2626e2fe8.tar
ikiwiki-8691bc006e16f17450423ef793f1e1a2626e2fe8.tar.gz
Can't markup [[!table Error: ]]
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/table.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn
index 7b080acda..eb19323e6 100644
--- a/doc/plugins/table.mdwn
+++ b/doc/plugins/table.mdwn
@@ -6,3 +6,5 @@ It can build HTML tables from data in CSV (comma-separated values)
or DSV (delimiter-separated values) format.
It needs the perl module [[!cpan Text::CSV]] for the CSV data.
+
+If you see `[[!table\ Error: ]]` you probably need to `sudo apt-get install libtext-csv-perl`.