We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4554671 commit bbaac95Copy full SHA for bbaac95
layouts/joomla/toolbar/dropdown.php
@@ -40,7 +40,7 @@
40
<?php // If there is a toggle split then render the items. Else render the parent button which has the items in the custom element. ?>
41
<?php if ($toggleSplit ?? true): ?>
42
<?php HTMLHelper::_('bootstrap.dropdown', '.dropdown'); ?>
43
- <?php // @todo use a class intead of the inline style.
+ <?php // @todo use a class instead of the inline style.
44
// Reverse order solves a console err for dropdown ?>
45
<div id="<?php echo $id; ?>" class="btn-group dropdown-<?php echo $name ?? ''; ?>" role="group" style="flex-direction: row-reverse;">
46
<button type="button" class="<?php echo $caretClass ?? ''; ?> dropdown-toggle-split"
0 commit comments