XHTML bugfixes

This commit is contained in:
Wouter van Oijen 2005-10-16 19:33:27 +00:00
parent c6b80ef402
commit 3d65ae2158
4 changed files with 15 additions and 27 deletions

View file

@ -107,7 +107,7 @@ sub addUserForm {
}
$jsArray .= 'ldapValue["0"]="'.$ldapUrl.'";'."\n";
$jscript = qq|
<script>
<script type="text/javascript">
<!--
var ldapValue = new Array();
$jsArray
@ -132,7 +132,8 @@ sub addUserForm {
-label => WebGUI::International::get(4,'AuthLDAP'),
-value => $connectDN,
);
return $jscript.$f->printRowsOnly;
WebGUI::Style::setRawHeadTags($jscript);
return $f->printRowsOnly;
}
#-------------------------------------------------------------------