From ab7172dbe0cd6c8ad8f5498a391427d5f8eceaad Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 24 May 2024 21:48:19 +0200 Subject: [PATCH] fixed post div ending --- res/forum/home/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/forum/home/home.html b/res/forum/home/home.html index 7b791e7..e5dbf97 100644 --- a/res/forum/home/home.html +++ b/res/forum/home/home.html @@ -30,7 +30,7 @@ ((result[i].description != null) ? "
Popis: " + result[i].description + "
" : "") + "
Autor: " + result[i].username + "
" + "" + - "" + "" ); } }