View file upload/library/XenForo/ViewPublic/EditHistory/View.php

File size: 254B
<?php

class XenForo_ViewPublic_EditHistory_View extends XenForo_ViewPublic_Base
{
	public function renderHtml()
	{
		$this->_params['contentFormatted'] = $this->_params['handler']->formatHistory(
			$this->_params['history']['old_text'], $this
		);
	}
}