Skip to content

Commit

Permalink
Fix issue sharing cart
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Oct 2, 2024
1 parent 97634f0 commit fc14170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ public function section_header($section, $course, $onsectionpage, $sectionreturn
$o .= html_writer::start_tag('li', array('id' => 'section-'.$section->section, //This id cannot be changed or dragndrop will break
'class' => "section main clearfix sectiondraggable yui3-dd-drop".$sectionstyle, 'role' => 'region',
'aria-label' => get_section_name($course, $section), "data-section-level" => $section->sectionlevel,
"data-for" => "section",
"data-section-id" => $section->id, 'style' => 'list-style: none;') );


Expand Down
2 changes: 1 addition & 1 deletion src/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$plugin->requires = 2022041900.00; // Moodle 4.0.0
$plugin->component = 'format_recit'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.1.9-stable';
$plugin->release = 'v3.1.10-stable';
$plugin->supported = [400, 403]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
$plugin->dependencies = [
'theme_recit2' => 2023011900
Expand Down

0 comments on commit fc14170

Please sign in to comment.