diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-01-29 17:08:40 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-01-29 17:11:00 +0100 |
commit | 8af66ab927067b9d8f9d71963e266a08967fa9d1 (patch) | |
tree | 2114e5559fcfc5e1ae2a9772172a2dabd8d74adf /inc/parser/handler.php | |
parent | 61d58d1a4410c231ef660fffdf06e382b3df9624 (diff) | |
download | rpg-8af66ab927067b9d8f9d71963e266a08967fa9d1.tar.gz rpg-8af66ab927067b9d8f9d71963e266a08967fa9d1.tar.bz2 |
table: Remove redundant parser data, update tests
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index ea5a69b35..141cbcaf0 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -1205,7 +1205,7 @@ class Doku_Handler_Table { $this->tableCell($call); break; case 'table_end': - $this->tableRowClose(array('tablerow_close',$call[1],$call[2])); + $this->tableRowClose(array('tablerow_close', array())); $this->tableEnd($call); break; default: |