Skip to content

Commit 6900bb9

Browse files
authored
Adapt modal articles to articles (#35564)
1 parent a181a68 commit 6900bb9

File tree

1 file changed

+2
-2
lines changed
  • administrator/components/com_content/tmpl/articles

1 file changed

+2
-2
lines changed

administrator/components/com_content/tmpl/articles/modal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@
134134
<a class="select-link" href="javascript:void(0)" <?php echo $attribs; ?>>
135135
<?php echo $this->escape($item->title); ?>
136136
</a>
137-
<span class="small break-word">
137+
<div class="small break-word">
138138
<?php if (empty($item->note)) : ?>
139139
<?php echo Text::sprintf('JGLOBAL_LIST_ALIAS', $this->escape($item->alias)); ?>
140140
<?php else : ?>
141141
<?php echo Text::sprintf('JGLOBAL_LIST_ALIAS_NOTE', $this->escape($item->alias), $this->escape($item->note)); ?>
142142
<?php endif; ?>
143-
</span>
143+
</div>
144144
<div class="small">
145145
<?php echo Text::_('JCATEGORY') . ': ' . $this->escape($item->category_title); ?>
146146
</div>

0 commit comments

Comments
 (0)