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:
parent
b6ab84be07
commit
3a0c66f29c
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user