31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-02 05:30:47 +00:00

Merge pull request #29 from demis-palma/fix-2

Fixed nested paragraph
This commit is contained in:
Jaz Parkyn 2016-05-25 16:57:49 +01:00
commit 2c5d52e845

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
}