|
@@ -132,7 +132,7 @@ function display_result($res, $includesource = true) {
|
|
html_tag( 'th', ' ' . _("Info"), 'left' );
|
|
html_tag( 'th', ' ' . _("Info"), 'left' );
|
|
|
|
|
|
if ($includesource) {
|
|
if ($includesource) {
|
|
- echo html_tag( 'th', ' ' . _("Source"), 'left', 'width="10%"' );
|
|
|
|
|
|
+ echo html_tag( 'th', ' ' . _("Source"), 'left', '', 'width="10%"' );
|
|
}
|
|
}
|
|
echo "</tr>\n";
|
|
echo "</tr>\n";
|
|
|
|
|