Beispiel #1
0
 /**
  * Close table row tag.
  *
  * Note that we override this to make sure we track properly whether a
  * table row is already open in the preview.
  *
  * @param T_Text_TableRow $node
  */
 function postTextTableRow(T_Text_TableRow $node)
 {
     $this->table_row = false;
     parent::postTextTableRow($node);
 }