items[0];
$version1 = $this->items[1];
$object1 = $version1->data;
$object2 = $version2->data;
JHtml::addIncludePath(JPATH_COMPONENT_ADMINISTRATOR . '/helpers/html');
JHtml::_('textdiff.textdiff', 'diff');
JFactory::getDocument()->addScriptDeclaration("
(function ($){
$(document).ready(function (){
jQuery('.diffhtml, .diffhtml-header').hide();
});
})(jQuery);
"
);
?>