Skip to content

Commit

Permalink
Update default.php
Browse files Browse the repository at this point in the history
removed nowrap class from the table cell definition for the name and the alias of a weblink
  • Loading branch information
kofaysi committed Apr 21, 2019
1 parent 802cff4 commit b69a914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<?php endif; ?>
</div>
</td>
<td class="nowrap has-context">
<td class="has-context">
<?php if ($item->checked_out) : ?>
<?php echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'weblinks.', $canCheckin); ?>
<?php endif; ?>
Expand Down

0 comments on commit b69a914

Please sign in to comment.