diff --git a/views/index.ejs b/views/index.ejs
index 9dc4f3e..46b0fad 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -42,11 +42,16 @@
<%= i %> |
<%= user.username %><% if (user.nameplate) { %><%- user.nameplate %><% } %> |
-
-
- <%- user.information %>
- |
-
+
|
<%
diff --git a/views/ranklist.ejs b/views/ranklist.ejs
index e02c1c4..d3c7ec9 100644
--- a/views/ranklist.ejs
+++ b/views/ranklist.ejs
@@ -26,11 +26,16 @@
<%= i %> |
<%= user.username %><% if (user.nameplate) { %><%- user.nameplate %><% } %> |
-
-
- <%- user.information %>
- |
-
+
|
<%= user.ac_num %> |