mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-85025-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
2c65c010d8
@ -2067,7 +2067,7 @@ class core_renderer extends renderer_base {
|
||||
'action' => $rateurl->out_omit_querystring(),
|
||||
];
|
||||
$formstart = html_writer::start_tag('form', $formattrs);
|
||||
$formstart .= html_writer::start_tag('div', ['class' => 'ratingform']);
|
||||
$formstart .= html_writer::start_tag('div', ['class' => 'ratingform hstack gap-2']);
|
||||
|
||||
// add the hidden inputs
|
||||
foreach ($inputs as $name => $value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user