diff --git a/modules/board/skins/default/comment.html b/modules/board/skins/default/comment.html
index c82074e67..fbd992ce0 100644
--- a/modules/board/skins/default/comment.html
+++ b/modules/board/skins/default/comment.html
@@ -21,7 +21,7 @@
| {$lang->writer} |
- |
+ {$val->nick_name} |
| {$lang->content} |
diff --git a/modules/board/skins/default/comment_form.html b/modules/board/skins/default/comment_form.html
index 874bdfe75..1b506e1bd 100644
--- a/modules/board/skins/default/comment_form.html
+++ b/modules/board/skins/default/comment_form.html
@@ -18,7 +18,7 @@
| {$lang->writer} |
- |
+ |
| {$lang->content} |
diff --git a/modules/board/skins/default/list.html b/modules/board/skins/default/list.html
index b374551c5..4e7df79b3 100644
--- a/modules/board/skins/default/list.html
+++ b/modules/board/skins/default/list.html
@@ -88,7 +88,7 @@
[{$val->trackback_count}]
- |
+ {$val->nick_name} |
{$val->readed_count} |
{$val->voted_count} |
{zdate($val->regdate,"Y-m-d")} |