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) {
Transaction History