From c06959d6bb1a82eb3a8785e18612861014c06dc6 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 4 Aug 2003 14:17:15 +0000 Subject: [PATCH] (#2763) changed width and removed border --- presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc index 6f06760..cc49752 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc @@ -27,7 +27,7 @@ function getDocumentHistory($iDocumentID) { "INNER JOIN $default->owl_transaction_types_table AS DTT ON DTT.id = DT.transaction_id " . "WHERE DT.document_id = $iDocumentID ORDER BY DT.datetime DESC"; $sql = $default->db; - $sToRender = "\n"; + $sToRender = "
\n"; $sToRender .= "\n"; $sql->query($sQuery); if ($sql->num_rows() == 0) { -- libgit2 0.21.4
Transaction History