diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html
index ed9183060..e8daad5c3 100644
--- a/modules/comment/tpl/comment_list.html
+++ b/modules/comment/tpl/comment_list.html
@@ -28,18 +28,20 @@
|
-
{$no}
|
- {htmlspecialchars($module_list[$val->module_srl]->browser_title)} |
+ {htmlspecialchars($module_list[$val->module_srl]->browser_title)} |
{htmlspecialchars($val->nick_name)} |
{zdate($val->regdate,"Y-m-d")} |
- {zdate($val->last_upgdate,"Y-m-d")} |
+ {zdate($val->last_upgdate,"Y-m-d")} |
{$val->ipaddress} |
{$lang->cmd_move} |
- | {cut_str(htmlspecialchars(strip_tags($val->content)),100,'...')} |
+
+
+ {cut_str(htmlspecialchars(strip_tags($val->content)),100,'...')}
+ |
diff --git a/modules/document/tpl/document_list.html b/modules/document/tpl/document_list.html
index 87119db7f..39b4022ab 100644
--- a/modules/document/tpl/document_list.html
+++ b/modules/document/tpl/document_list.html
@@ -30,7 +30,7 @@
| {$no} |
|
- {htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)} |
+ {htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)} |
{$oDocument->getTitleText()}
@@ -42,7 +42,7 @@
[{$oDocument->getTrackbackCount()}]
|
- {$oDocument->getUserName()} |
+ {$oDocument->getNickName()} |
{$oDocument->get('readed_count')} |
{$oDocument->get('voted_count')} |
{$oDocument->getRegdate("Y-m-d")} |
diff --git a/modules/editor/queries/updateComponent.xml b/modules/editor/queries/updateComponent.xml
index 968454dda..732f7fd7a 100644
--- a/modules/editor/queries/updateComponent.xml
+++ b/modules/editor/queries/updateComponent.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/modules/file/tpl/file_list.html b/modules/file/tpl/file_list.html
index 3f4e3a0a0..764627b49 100644
--- a/modules/file/tpl/file_list.html
+++ b/modules/file/tpl/file_list.html
@@ -31,7 +31,7 @@
| {$no} |
|
- {$module_list[$val->module_srl]->browser_title} |
+ {$module_list[$val->module_srl]->browser_title} |
{htmlspecialchars($val->source_filename)} |
{$val->file_size} |
diff --git a/modules/member/tpl/member_list.html b/modules/member/tpl/member_list.html
index 88748e1bb..09aaf12f3 100644
--- a/modules/member/tpl/member_list.html
+++ b/modules/member/tpl/member_list.html
@@ -27,9 +27,9 @@
|
| {$no} |
- {htmlspecialchars($val->user_id)} |
+ {htmlspecialchars($val->user_id)} |
{htmlspecialchars($val->user_name)} |
- {htmlspecialchars($val->nick_name)} |
+ {htmlspecialchars($val->nick_name)} |
{$val->allow_mailing} |
{$val->denied} |
{zdate($val->regdate,"Y-m-d")} |
diff --git a/modules/poll/tpl/poll_list.html b/modules/poll/tpl/poll_list.html
index 57e1b4d03..2544964f6 100644
--- a/modules/poll/tpl/poll_list.html
+++ b/modules/poll/tpl/poll_list.html
@@ -27,7 +27,7 @@
| {$no} |
|
- {htmlspecialchars($val->title)} |
+ {htmlspecialchars($val->title)} |
{$val->checkcount} |
{$val->poll_count} |
{zdate($val->regdate,"Y-m-d H:i")} |
diff --git a/modules/trackback/tpl/trackback_list.html b/modules/trackback/tpl/trackback_list.html
index bad6fd96e..8aeb61adb 100644
--- a/modules/trackback/tpl/trackback_list.html
+++ b/modules/trackback/tpl/trackback_list.html
@@ -30,9 +30,7 @@
{$no}
-
- {$module_list[$val->module_srl]->browser_title}
- |
+ {$module_list[$val->module_srl]->browser_title} |
{htmlspecialchars($val->blog_name)} |
{htmlspecialchars($val->title)} |
{zdate($val->regdate,"Y-m-d")} |
diff --git a/modules/widget/tpl/downloaded_widget_list.html b/modules/widget/tpl/downloaded_widget_list.html
index 91d0b9941..394075c22 100644
--- a/modules/widget/tpl/downloaded_widget_list.html
+++ b/modules/widget/tpl/downloaded_widget_list.html
@@ -24,7 +24,7 @@
({$val->widget})
{$val->version} |
- {$val->author->name} |
+ {$val->author->name} |
{$val->author->date} |
{$val->path} |
{$lang->cmd_generate_code} |