XHTML bugfixes

This commit is contained in:
Wouter van Oijen 2005-09-21 21:57:01 +00:00
parent 439e40dadf
commit 8243d36d3b
7 changed files with 11 additions and 7 deletions

View file

@ -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;