Skip to content

Commit e343729

Browse files
committed
fix collection description
1 parent 534fc9f commit e343729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/builtin/collection_fixing_visual_flaws.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Domain: theme_boost_union
44
* Scope: global
55
* Goal: bugfix
6-
* Description: <ol>Collection of fixes for visual flaws in Boost theme<li>Fix for visually cropped right border of secondary menu item</li><li>Fix for XYZ</li></ol>
6+
* Description: Collection of fixes for visual flaws in Boost theme<br><ul><li>Fix for visually cropped right border of secondary menu item</li></ul>
77
*
88
* @package theme_boost_union
99
* @copyright Luther Blissett

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'theme_boost_union';
28-
$plugin->version = 2024060111;
28+
$plugin->version = 2024060112;
2929
$plugin->release = 'v4.4-r1';
3030
$plugin->requires = 2024042200;
3131
$plugin->supported = [404, 404];

0 commit comments

Comments
 (0)