diff --git a/include/template/ledger_detail_bottom.php b/include/template/ledger_detail_bottom.php
index 68b87bb81..06720ed9c 100644
--- a/include/template/ledger_detail_bottom.php
+++ b/include/template/ledger_detail_bottom.php
@@ -29,7 +29,7 @@ if ($aRap != null ) {
$remove=$rmReconciliation->input();
else
$remove='';
- echo tr (td(''.$internal.'').td($amount).td($array_jr[0]['jr_comment']).td($remove));
+ echo tr (td(''.$internal.'').td($amount).td($array_jr[0]['jr_comment']).td($remove));
}
echo '';
}