From 4d5c9246afbeb6e25221e7ed6ddc23b9af23bab9 Mon Sep 17 00:00:00 2001 From: bnu Date: Thu, 6 Mar 2008 21:12:55 +0000 Subject: [PATCH] =?UTF-8?q?#409=20=EC=84=9C=EB=AA=85=EC=9D=B4=20=EB=86=92?= =?UTF-8?q?=EC=9D=B4=EC=A0=9C=ED=95=9C=20=EC=9D=B4=ED=95=98=EC=9D=BC=20?= =?UTF-8?q?=EB=95=8C=20=EB=A7=9E=EC=B6=94=EC=96=B4=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3913 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/comment.item.php | 2 +- modules/document/document.item.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/comment.item.php b/modules/comment/comment.item.php index 578d25415..121497409 100644 --- a/modules/comment/comment.item.php +++ b/modules/comment/comment.item.php @@ -304,7 +304,7 @@ $GLOBALS['__member_signature_max_height'] = $member_config->signature_max_height; } $max_signature_height = $GLOBALS['__member_signature_max_height']; - if($max_signature_height) $signature = sprintf('
%s
',$max_signature_height, $signature); + if($max_signature_height) $signature = sprintf('
%s
', $max_signature_height, $max_signature_height, $max_signature_height, $signature); return $signature; } diff --git a/modules/document/document.item.php b/modules/document/document.item.php index 76f87454a..266bff782 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -644,7 +644,7 @@ } if($signature) { $max_signature_height = $GLOBALS['__member_signature_max_height']; - if($max_signature_height) $signature = sprintf('
%s
',$max_signature_height, $signature); + if($max_signature_height) $signature = sprintf('
%s
', $max_signature_height, $max_signature_height, $max_signature_height, $signature); } return $signature;