mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
is not needed with border-collapse
This commit is contained in:
@@ -28,7 +28,7 @@ class AdminerWymeditor {
|
||||
|
||||
function selectVal(&$val, $link, $field, $original) {
|
||||
// copied from tinymce.php
|
||||
if (preg_match("~_html~", $field["field"]) && $val != ' ') {
|
||||
if (preg_match("~_html~", $field["field"]) && $val != '') {
|
||||
$shortened = (substr($val, -10) == "<i>...</i>");
|
||||
if ($shortened) {
|
||||
$val = substr($val, 0, -10);
|
||||
|
Reference in New Issue
Block a user