From 0161e9e108b83479bd1a2b76da7293df524b3875 Mon Sep 17 00:00:00 2001 From: bnu Date: Sat, 15 Nov 2008 15:45:26 +0000 Subject: [PATCH] =?UTF-8?q?=EB=8C=93=EA=B8=80=EC=95=8C=EB=A6=AC=EB=AF=B8?= =?UTF-8?q?=20=EB=AA=A9=EB=A1=9D=EC=9D=98=20=EC=82=AC=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=EB=A5=BC=20=EC=83=88=20=EC=B0=BD/=ED=83=AD?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=97=B4=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=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@4865 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/tccommentnotify/tpl/commentnotify_list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/tccommentnotify/tpl/commentnotify_list.html b/modules/tccommentnotify/tpl/commentnotify_list.html index cbeee4c70..399f7a789 100644 --- a/modules/tccommentnotify/tpl/commentnotify_list.html +++ b/modules/tccommentnotify/tpl/commentnotify_list.html @@ -27,21 +27,21 @@ {@ $parent = $val->parent; } - + {zdate($parent->written, "Y/m/d")} - {$parent->title?$parent->title:"[No title]"} + {$parent->title?$parent->title:"[No title]"} {$parent->name} - {$parent->entrytitle} {$parent->comment} + {$parent->entrytitle} {$parent->comment} {$lang->cmd_delete} {zdate($child->written, "Y/m/d")} - {$parent->title?$parent->title:"[No title]"} + {$parent->title?$parent->title:"[No title]"} {$child->name} - {$child->comment} + {$child->comment} {$lang->cmd_delete}