XHTML bugfixes
This commit is contained in:
parent
4ff015bda0
commit
421585937f
10 changed files with 12 additions and 11 deletions
|
|
@ -421,7 +421,7 @@ sub _drawQueryBuilder {
|
|||
$output .= '<link href="'.$session{config}{extrasURL}.
|
||||
'/wobject/Shortcut/querybuilder.css" type="text/css" rel="stylesheet">';
|
||||
|
||||
$output .= qq|<table cellspacing="0" cellpadding=0 border=0 >
|
||||
$output .= qq|<table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td colspan="5" align="right">$shortcutCriteriaField</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue