diff --git a/tabeleditor.inc.php b/tabeleditor.inc.php index 8f3d5bf..cd1e0cb 100644 --- a/tabeleditor.inc.php +++ b/tabeleditor.inc.php @@ -26,7 +26,7 @@ $line = preg_replace("/^\\|(.*)\\|[fh]?$[^|]*/", "$1", $line); $postdata .= "|"; foreach(explode("|", $line) as $cell) { - if (strpos($cell,"~")===FALSE) { + if (strpos($cell,"~")===FALSE && strpos($cell, ">")===FALSE) { $entry_name = "__buttons_" . $cell_counter; //$postdata .= $cell_counter; if ($vars[$entry_name]!==null) {