correct bug created by the merge
This commit is contained in:
parent
5fb6b4856f
commit
8c1e344cce
1 changed files with 0 additions and 5 deletions
|
|
@ -877,11 +877,6 @@ class HtmlInput
|
|||
} else {
|
||||
$p_url=sprintf('href="%s"',$p_url);
|
||||
}
|
||||
else
|
||||
{
|
||||
$p_url=sprintf('href="%s"', $p_url);
|
||||
}
|
||||
|
||||
|
||||
$str=sprintf('<a %s %s %s>%s</a>', $p_style, $p_url, $p_js, $p_text);
|
||||
return $str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue