aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/diff/renderer.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-28 17:00:03 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-28 17:00:03 +0000
commit2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7 (patch)
tree7837b0e54fcd05f2f49a22a078b0f12cad864b30 /phpBB/includes/diff/renderer.php
parentf0cc1229487adb1f4dccfdc26efdbfd7f4db199e (diff)
downloadforums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar
forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar.gz
forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar.bz2
forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.tar.xz
forums-2b12afa0256f56dbd52a65c8a2ff1c0e2d0589c7.zip
forgot that one ...
git-svn-id: file:///svn/phpbb/trunk@6948 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/diff/renderer.php')
-rw-r--r--phpBB/includes/diff/renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/diff/renderer.php b/phpBB/includes/diff/renderer.php
index ce9e8955aa..e920e9688f 100644
--- a/phpBB/includes/diff/renderer.php
+++ b/phpBB/includes/diff/renderer.php
@@ -515,7 +515,7 @@ class diff_renderer_raw extends diff_renderer
*/
function get_diff_content($diff)
{
- return '<textarea style="height: 400px;" class="full">' . htmlspecialchars($this->render($diff)) . '</textarea>';
+ return '<textarea style="height: 290px;" class="full">' . htmlspecialchars($this->render($diff)) . '</textarea>';
}
function _block_header($xbeg, $xlen, $ybeg, $ylen)