From 0a7c9b9d63ef66946b5247ef514c615f9b226030 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Mon, 25 May 2020 11:35:15 +0200 Subject: [PATCH] MDL-68448 h5pactivity: remove illegal whitespaces --- mod/h5pactivity/db/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/h5pactivity/db/services.php b/mod/h5pactivity/db/services.php index b27e6b86ce5..10c91cc5728 100644 --- a/mod/h5pactivity/db/services.php +++ b/mod/h5pactivity/db/services.php @@ -67,8 +67,8 @@ $functions = [ 'methodname' => 'execute', 'classpath' => '', 'description' => 'Returns a list of h5p activities in a list of - provided courses, if no list is provided all h5p activities - that the user can view will be returned.', + provided courses, if no list is provided all h5p activities + that the user can view will be returned.', 'type' => 'read', 'capabilities' => 'mod/h5pactivity:view', 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],