Index: lib.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/data/lib.php,v retrieving revision 1.137.2.45 diff -u -r1.137.2.45 lib.php --- lib.php 23 Feb 2009 07:24:04 -0000 1.137.2.45 +++ lib.php 10 Mar 2009 10:35:37 -0000 @@ -1318,7 +1318,7 @@ $editor = optional_param('addcomment', 0, PARAM_BOOL); if (!$mform and !$editor) { echo '
'; - echo ''.get_string('addcomment', 'data').''; + echo ''.get_string('addcomment', 'data').''; echo '
'; } else { if (!$mform) {