Skip to content

Commit

Permalink
Changing <span> to <section>
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakual committed Apr 26, 2014
1 parent 84d7629 commit e726852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_content/views/article/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@
<?php if (isset ($this->item->toc)) :
echo $this->item->toc;
endif; ?>
<span itemprop="articleBody">
<section itemprop="articleBody">
<?php echo $this->item->text; ?>
</span>
</section>

<?php if ($useDefList && ($info == 1 || $info == 2)) : ?>
<div class="article-info muted">
Expand Down

0 comments on commit e726852

Please sign in to comment.