From 38a377bec604acf2643f692ef31db99041a18504 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Sat, 21 Oct 2017 23:47:42 +0200 Subject: [PATCH] fix: gone are invalid
tags when editing user description in Admin --- Admin/Templates/editUser.tpl | 4 ++-- todo.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Admin/Templates/editUser.tpl b/Admin/Templates/editUser.tpl index 612edf88..39dd1578 100644 --- a/Admin/Templates/editUser.tpl +++ b/Admin/Templates/editUser.tpl @@ -83,12 +83,12 @@ if(isset($id)) - + - + diff --git a/todo.txt b/todo.txt index cd5f1fb1..d275eebb 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,6 @@ -- don't show Support & Taskmaster in stats - add Support login possibility into Admin (ask for password during installation, create Support messages section) - allow sending Mass Message + System Message from Admin - fix editing current task from Taskmaster -> number never match the edited quest after save -- remove
tags from profile description and replace them by real new lines when editing players in Admin - cannot delete a single medal in admin - add back buttons to Admin where there are not (like editing a user) - disallow installation if existing data are in place, or world map would end up screwed and villages not showing (because there can be multiple villages/oasis generated for one square then)