Skip to content

Commit

Permalink
[bug] [33662] Microdata in single article view causes invalid HTML
Browse files Browse the repository at this point in the history
Close #3511, close #3555
  • Loading branch information
Thomas Hunziker committed May 12, 2014
1 parent 75ba439 commit 942fcc7
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">
<div itemprop="articleBody">
<?php echo $this->item->text; ?>
</span>
</div>

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

0 comments on commit 942fcc7

Please sign in to comment.