From 2fc00b3a5d24ef960f2d4458a564f20e50ecb136 Mon Sep 17 00:00:00 2001 From: Mark Nielsen Date: Wed, 13 Feb 2013 09:21:03 -0800 Subject: [PATCH] MDL-32620: Fixing up white space in comment --- mod/lti/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php index 102d6682302..3ff89ae6f4b 100644 --- a/mod/lti/locallib.php +++ b/mod/lti/locallib.php @@ -164,7 +164,7 @@ function lti_view($instance) { $returnurlparams['unsigned'] = '1'; } - //Add the return URL. We send the launch container along to help us avoid frames-within-frames when the user returns + // Add the return URL. We send the launch container along to help us avoid frames-within-frames when the user returns $url = new moodle_url('/mod/lti/return.php', $returnurlparams); $returnurl = $url->out(false);