From 43a8ce9fa082e4c21f7ce1588b2b26092c7e12f6 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 17 Jul 2020 23:42:02 +0200 Subject: [PATCH] bold for changelog --- web/templates/admin/list_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html index 66efaa636..4e65deed1 100644 --- a/web/templates/admin/list_user.html +++ b/web/templates/admin/list_user.html @@ -65,7 +65,7 @@

".__("What's new:")."


Changelog:
".$changelog."
".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")."
".__("Check out our")." ".__("new site, wiki and forum").".


"; + echo "

".__("What's new:")."


Changelog:
".$changelog."
".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")."
".__("Check out our")." ".__("new site, wiki and forum").".


"; foreach ($data as $key => $value) { ++$i;