From 560ed50ca5c34bb055e58ccd5cc964a7efcb23ad Mon Sep 17 00:00:00 2001 From: Chris Scribner Date: Thu, 1 Sep 2011 13:27:33 -0400 Subject: [PATCH] Adding a newline --- mod/lti/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lti/settings.php b/mod/lti/settings.php index 92193ff2042..aabdfa5ca0e 100644 --- a/mod/lti/settings.php +++ b/mod/lti/settings.php @@ -61,7 +61,7 @@ function blti_get_tool_table($tools, $id){ $createdon = get_string('createdon', 'lti'); if($id == 'lti_configured'){ - $html .= ''.get_string('addtype', 'lti').''; + $html .= '
'.get_string('addtype', 'lti').'
'; } if (!empty($tools)) {