mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-10 23:31:01 +00:00
Fixed nested paragraph
This commit is contained in:
parent
0a3b040cfb
commit
4529285b66
@ -99,9 +99,8 @@ JHtml::script('media/com_jedchecker/js/police.js');
|
||||
<span class="rule">
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE') . ' ' . $rule->get('id') . ' - ' . JText::_($rule->get('title'));?>
|
||||
</span>
|
||||
|
||||
<p><?php echo JText::_($rule->get('description')); ?></p>
|
||||
</p>
|
||||
<p><?php echo JText::_($rule->get('description')); ?></p>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user