From 95606efc8361cce44b5f438023e0aa6770c3c7d1 Mon Sep 17 00:00:00 2001 From: George Fox Date: Mon, 6 Nov 2023 23:05:52 +0300 Subject: [PATCH] Fixed an error with `
  • ` duplication. --- templates/main/usersList.html.ep | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/main/usersList.html.ep b/templates/main/usersList.html.ep index ab713c4..e153fcd 100644 --- a/templates/main/usersList.html.ep +++ b/templates/main/usersList.html.ep @@ -14,13 +14,6 @@ gemini %}
  • - % if ($user->{has_page}) { -
  • - ~<%=$user->{username} %>
  • - % } else { -
  • ~<%= $user->{username} %>
  • - % } % }