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 aec2533 commit 8451d07Copy full SHA for 8451d07
administrator/components/com_content/tmpl/articles/default.php
@@ -154,7 +154,7 @@
154
</tr>
155
</thead>
156
<tbody<?php if ($saveOrder) :
157
- ?> class="js-draggable" data-url="<?php echo $saveOrderingUrl; ?>" data-direction="<?php echo strtolower($listDirn); ?>" <?php echo $featured === '1' ? '' : ' data-nested="true"'; ?><?php
+ ?> class="js-draggable" data-url="<?php echo $saveOrderingUrl; ?>" data-direction="<?php echo strtolower($listDirn); ?>"<?php echo $featured === '1' ? '' : ' data-nested="true"'; ?><?php
158
endif; ?>>
159
<?php foreach ($this->items as $i => $item) :
160
$item->max_ordering = 0;
0 commit comments