사용자단 따옴표 수정

This commit is contained in:
chicpro
2012-11-05 17:04:19 +09:00
parent 1288772680
commit 4c7eb0290b
24 changed files with 444 additions and 445 deletions

View File

@ -1,10 +1,10 @@
<?
if (!defined('_GNUBOARD_')) exit;
if ($g4['is_cheditor5'])
if ($g4['is_cheditor5'])
{
$g4['cheditor4'] = "cheditor5";
$g4['cheditor4_path'] = $g4['path'] . "/" . $g4['cheditor4'];
$g4['cheditor4'] = 'cheditor5';
$g4['cheditor4_path'] = $g4['path'] . '/' . $g4['cheditor4'];
function cheditor1($id, $width='100%', $height='250')
{
@ -19,7 +19,7 @@ if ($g4['is_cheditor5'])
</script>";
}
}
else
else
{
function cheditor1($id, $width='100%', $height='250')
{
@ -48,7 +48,7 @@ function cheditor2($id, $content='')
ed_{$id}.run();
</script>";
}
function cheditor3($id)
{
return "document.getElementById('tx_{$id}').value = ed_{$id}.outputBodyHTML();";