diff --git a/db_datadict.php b/db_datadict.php index b03619d492..0d3accc6b0 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -45,10 +45,8 @@ if ($cfgRelation['commwork']) { * Displays DB comment */ if ($comment) { - ?> -
-
- ' . __('Database comment: ') + . '' . htmlspecialchars($comment) . ''; } // end if }