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 a181a68 commit 6900bb9Copy full SHA for 6900bb9
administrator/components/com_content/tmpl/articles/modal.php
@@ -134,13 +134,13 @@
134
<a class="select-link" href="javascript:void(0)" <?php echo $attribs; ?>>
135
<?php echo $this->escape($item->title); ?>
136
</a>
137
- <span class="small break-word">
+ <div class="small break-word">
138
<?php if (empty($item->note)) : ?>
139
<?php echo Text::sprintf('JGLOBAL_LIST_ALIAS', $this->escape($item->alias)); ?>
140
<?php else : ?>
141
<?php echo Text::sprintf('JGLOBAL_LIST_ALIAS_NOTE', $this->escape($item->alias), $this->escape($item->note)); ?>
142
<?php endif; ?>
143
- </span>
+ </div>
144
<div class="small">
145
<?php echo Text::_('JCATEGORY') . ': ' . $this->escape($item->category_title); ?>
146
</div>
0 commit comments