XHTML bugfixes
This commit is contained in:
parent
439e40dadf
commit
8243d36d3b
7 changed files with 11 additions and 7 deletions
|
|
@ -198,8 +198,8 @@ sub getEditForm {
|
|||
-size=>7,
|
||||
-value=>$self->getValue($highlight),
|
||||
-subtext=>qq{
|
||||
<A HREF="#" onClick="cp.select($highlight,'$highlight');
|
||||
return false;" NAME="$highlight" ID="$highlight">Pick</A>}
|
||||
<a href="#" onclick="cp.select($highlight,'$highlight');
|
||||
return false;" name="$highlight" id="$highlight">Pick</a>}
|
||||
);
|
||||
}
|
||||
return $tabform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue