User tests: Successful: Unsuccessful:
Patch for a small bug.
Problem:
Not all params are reseted after the display() method.
For example:
$microdata = new JMicrodata('Article');
$html = $microdata->enable(false)->property('name')->content('TITLE ARTICLE ')->display()
. $microdata->property('aggregateRating')->display();
It returns
TITLE ARTICLE TITLE ARTICLE
but the output should be
TITLE ARTICLE
The problem is that the $content
param is not reseted when JMicrodata is disabled.
Bug Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33454&start=0
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-06-09 01:45:23 |
Title |
|
Title |
|