Skip to content

Commit 98cc529

Browse files
committed
Moodle code style fixes
Moodle code style fixes
1 parent 359ccf0 commit 98cc529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394

395395
$sendicalnotificationshelp = get_string('sendicalnotifications_help', 'mod_zoom');
396396
if (empty($CFG->allowattachments)) {
397-
$sendicalnotificationshelp .= '<div class="alert alert-block alert-warning" role="alert">'
397+
$sendicalnotificationshelp .= '<div class="alert alert-block alert-warning" role="alert">'
398398
. get_string('sendicalnotifications_warning', 'mod_zoom') . '</div>';
399399
}
400400

0 commit comments

Comments
 (0)