diff --git a/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo.tpl b/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo.tpl
index cd21a6b..0ad5c34 100644
--- a/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo.tpl
+++ b/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo.tpl
@@ -17,7 +17,7 @@
| post | ${post} |
| http_referer | ${http_referer} |
| http_user_agent | ${http_user_agent} |
- | user | ${username} |
+ | user | ${username} |
| thrown | ${thrown} |
| message | ${message} |
diff --git a/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo_user.tpl b/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo_user.tpl
index 0d63c5a..79c71d9 100644
--- a/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo_user.tpl
+++ b/sai/modules/saimod_sys_todo/tpl/saimod_sys_todo_todo_user.tpl
@@ -7,7 +7,7 @@
| ${table_time} | ${time} |
| ${table_http_referer} | ${http_referer} |
| ${table_http_user_agent} | ${http_user_agent} |
- | ${table_author} | ${username} |
+ | ${table_author} | ${username} |
| ${table_message} | |
| ${table_assignees} |
diff --git a/sai/modules/saimod_sys_todo/tpl/todo_list_element.tpl b/sai/modules/saimod_sys_todo/tpl/todo_list_element.tpl
index fa86ba7..7f55ac3 100644
--- a/sai/modules/saimod_sys_todo/tpl/todo_list_element.tpl
+++ b/sai/modules/saimod_sys_todo/tpl/todo_list_element.tpl
@@ -6,7 +6,7 @@
${line} |
${ip} |
${server_name}:${server_port}${request_uri} |
- ${username} |
+ ${username} |
${querytime} |
${count} |
\ No newline at end of file
diff --git a/sai/modules/saimod_sys_todo/tpl/todo_user_list_element.tpl b/sai/modules/saimod_sys_todo/tpl/todo_user_list_element.tpl
index f7b59fd..38d9b54 100644
--- a/sai/modules/saimod_sys_todo/tpl/todo_user_list_element.tpl
+++ b/sai/modules/saimod_sys_todo/tpl/todo_user_list_element.tpl
@@ -1,6 +1,6 @@
| ${time_elapsed} |
${message} |
- ${username} |
- ${assignee} |
+ ${username} |
+ ${assignee} |
\ No newline at end of file