Bug lettering different
This commit is contained in:
parent
c2eda83755
commit
03d293e28b
2 changed files with 3 additions and 3 deletions
|
|
@ -745,9 +745,9 @@ class HtmlInput
|
|||
return $r;
|
||||
}
|
||||
|
||||
static function show_reconcile($p_div, $let)
|
||||
static function show_reconcile($p_div, $let,$span="")
|
||||
{
|
||||
$r = '<A style="color:red;text-decoration:underline" href="javascript:void(0)" onclick="show_reconcile(\'' . $p_div . '\',\'' . $let . '\')">' . $let . '</A>';
|
||||
$r = '<A style="color:red;text-decoration:underline" href="javascript:void(0)" onclick="show_reconcile(\'' . $p_div . '\',\'' . $let . '\')">' . $let.$span . '</A>';
|
||||
return $r;
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue