33
2
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:
Demis Palma 2016-05-25 16:33:32 +01:00
parent 0a3b040cfb
commit 4529285b66

View File

@ -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
}