1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

Typo - fixing commit 77ccca83a4d15b067f976648274bab9eec06a885

This commit is contained in:
SecretR 2013-02-28 16:39:32 +02:00
parent 483c20d71d
commit bc9b037ecc

@ -3466,7 +3466,7 @@ class e_form
foreach($defsubmitopt as $k=>$v)
{
$text .= "<li><a href='#' class='e-noclick'>".$this->radio('__after_submit_action', $k, $selected == $v, "label=".$v)."</a></li>";
$text .= "<li><a href='#' class='e-noclick'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</a></li>";
}
//$text .= '