따옴표 부분 수정

This commit is contained in:
chicpro
2013-01-21 11:13:06 +09:00
parent 31e61f0f10
commit 926281afa4
4 changed files with 23 additions and 23 deletions

View File

@ -1,10 +1,10 @@
<?
// 게시물 입력시 게시자, 관리자에게 드리는 메일을 수정하고 싶으시다면 이 파일을 수정하십시오.
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<title><?=$wr_subject?> 메일</title>
</head>
@ -29,14 +29,14 @@ body, th, td, form, input, select, text, textarea, caption { font-size: 12px; fo
<tr>
<td>
<table width="500" border="0" cellspacing="0" cellpadding="4">
<tr>
<tr>
<td width="10%" height="25" bgcolor=#F7F1D8>제목</td>
<td width="90%" bgcolor=#FBF7E7><?=$wr_subject?></td>
</tr>
<tr bgcolor="#FFFFFF">
<tr bgcolor="#FFFFFF">
<td height="2" colspan="2"></td>
</tr>
<tr>
<tr>
<td height="25" bgcolor=#F7F1D8>게시자</td>
<td bgcolor=#FBF7E7><?=$wr_name?></td>
</tr>
@ -52,7 +52,7 @@ body, th, td, form, input, select, text, textarea, caption { font-size: 12px; fo
<tr>
<td height="2" bgcolor="#E0E0E0" align="center"></td>
</tr>
<tr>
<tr>
<td height="25" bgcolor="#EDEDED" align="center">홈페이지에서도 게시물을 확인하실 수 있습니다.[<a href='<?=$link_url?>'>바로가기</a>]</td>
</tr>
</table>