Avoid recreating a jQuery object

Remove tab characters
This commit is contained in:
Marc Delisle
2010-12-15 13:26:33 -05:00
parent 3b7a23ca21
commit 92008fc9b1
4 changed files with 34 additions and 30 deletions

View File

@@ -290,7 +290,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
?>
<span id="NavFilter">
<span id="clear_fast_filter" title="<?php echo __('Clear'); ?>">X</span>
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by name'); ?>" />
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="<?php echo __('filter tables by name'); ?>" />
</span>
<?php
}