Skip to content

Commit bbaac95

Browse files
author
Phil Taylor
authored
s/intead/instead (#32290)
1 parent 4554671 commit bbaac95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/joomla/toolbar/dropdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<?php // If there is a toggle split then render the items. Else render the parent button which has the items in the custom element. ?>
4141
<?php if ($toggleSplit ?? true): ?>
4242
<?php HTMLHelper::_('bootstrap.dropdown', '.dropdown'); ?>
43-
<?php // @todo use a class intead of the inline style.
43+
<?php // @todo use a class instead of the inline style.
4444
// Reverse order solves a console err for dropdown ?>
4545
<div id="<?php echo $id; ?>" class="btn-group dropdown-<?php echo $name ?? ''; ?>" role="group" style="flex-direction: row-reverse;">
4646
<button type="button" class="<?php echo $caretClass ?? ''; ?> dropdown-toggle-split"

0 commit comments

Comments
 (0)