diff --git a/core/ormcaselog.class.inc.php b/core/ormcaselog.class.inc.php index 5c10c17208..201a864415 100644 --- a/core/ormcaselog.class.inc.php +++ b/core/ormcaselog.class.inc.php @@ -55,7 +55,7 @@ class ormCaseLog { public function GetAsHTML(WebPage $oP = null, $bEditMode = false, $aTransfoHandler = null) { - $sHtml = ''; + $sHtml = '
| '; // Use table-layout:fixed to force the with to be independent from the actual content
$iPos = 0;
for($index=count($this->m_aIndex)-1 ; $index >= 0 ; $index--)
{
@@ -99,7 +99,9 @@ class ormCaseLog {
if (count($this->m_aIndex) == 0)
{
- $sHtml .= " $sTextEntry \n";
+ $sHtml .= '';
+ $sHtml .= $sTextEntry;
+ $sHtml .= ' ';
}
else
{
@@ -121,6 +123,7 @@ class ormCaseLog {
$sHtml .= '';
}
}
+ $sHtml .= ' |