From cda44e70af185c7827636b8729978711fb72ef4a Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 27 Apr 2004 09:53:00 +0000 Subject: [PATCH] bug #942395 - missing space --- ChangeLog | 1 + querywindow.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67ac851af..938635f4c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ calendar. 2004-04-27 Garvin Hicking + * querywindow.php: Bug #942395 - Missing space * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results table off by one. * db_datadict.php: Bug #942359 - Data dictionary had wrong
- diff --git a/querywindow.php b/querywindow.php index c91f9adc2..bb161a93e 100644 --- a/querywindow.php +++ b/querywindow.php @@ -161,7 +161,7 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { $sql_history[] = '
  • ' . '' . $titles['Change'] . '' - . '[' . htmlspecialchars($query_history_latest_db) . '] ' . urldecode($query_history_latest) . '' + . ' [' . htmlspecialchars($query_history_latest_db) . '] ' . urldecode($query_history_latest) . '' . '
  • ' . "\n"; $sql_query = urldecode($query_history_latest);