diff --git a/tabeleditor.inc.php b/tabeleditor.inc.php index cd1e0cb..7e9da57 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 && strpos($cell, ">")===FALSE) { + if (strpos($cell,"~")===FALSE && strpos($cell, ">")!==0) { $entry_name = "__buttons_" . $cell_counter; //$postdata .= $cell_counter; if ($vars[$entry_name]!==null) {