phpBB

Code Changes

File: includes/diff/renderer.php

  Unmodified   Added   Modified   Removed
Line 17Line 17
}

/**

}

/**

* Code from pear.php.net, Text_Diff-1.0.0 package

* Code from pear.php.net, Text_Diff-1.1.0 package

* http://pear.php.net/package/Text_Diff/
*
* Modified by phpBB Group to meet our coding standards

* http://pear.php.net/package/Text_Diff/
*
* Modified by phpBB Group to meet our coding standards

Line 536Line 536
	*/
function get_diff_content($diff)
{

	*/
function get_diff_content($diff)
{

		return '<textarea style="height: 290px;" class="full">' . htmlspecialchars($this->render($diff)) . '</textarea>';

		return '<textarea style="height: 290px;" rows="15" cols="76" class="full">' . htmlspecialchars($this->render($diff)) . '</textarea>';

	}

function _block_header($xbeg, $xlen, $ybeg, $ylen)

	}

function _block_header($xbeg, $xlen, $ybeg, $ylen)