Skip to content

Commit

Permalink
Update ToolController.groovy
Browse files Browse the repository at this point in the history
bbb-lti: Changed the main tool title shown by the lti cartridge
  • Loading branch information
jfederico committed Oct 18, 2013
1 parent a6759a8 commit 1436d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-lti/grails-app/controllers/ToolController.groovy
Expand Up @@ -357,7 +357,7 @@ class ToolController {
' http://www.imsglobal.org/xsd/imsbasiclti_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0.xsd' +
' http://www.imsglobal.org/xsd/imslticm_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd' +
' http://www.imsglobal.org/xsd/imslticp_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">' +
' <blti:title>ePortfolio</blti:title>' +
' <blti:title>BigBlueButton</blti:title>' +
' <blti:description>Single Sign On into BigBlueButton</blti:description>' +
' <blti:launch_url>' + ltiService.retrieveBasicLtiEndpoint() + '</blti:launch_url>' +
' <blti:icon>' + ltiService.retrieveIconEndpoint() + '</blti:icon>' +
Expand Down

0 comments on commit 1436d07

Please sign in to comment.