1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Removed extra table cell tag.

This commit is contained in:
Cameron 2017-03-07 17:43:59 -08:00
parent b6ab84be07
commit 3a0c66f29c

View File

@ -3922,7 +3922,7 @@ class pluginBuilder
$frm->text("pluginPrefs[".$i."][value]", '',50,'placeholder='.EPL_ADLAN_130)."</td><td>".
$frm->select("pluginPrefs[".$i."][type]", $options, '', 'class=null', EPL_ADLAN_131)."</td><td>".
$frm->text("pluginPrefs[".$i."][help]", '',80,'size=xxlarge&placeholder='.EPL_ADLAN_174)."</td>".
"</td></tr>";
"</tr>";
}
$text .= "</table>";