From 4c1f40d827e1d31049a916f8d29df992ed628853 Mon Sep 17 00:00:00 2001 From: neptune Date: Sun, 23 Jul 2023 00:44:34 -0400 Subject: Arreglado bug de Lock y Pemasage en modbrowse --- cgi/templates/manage/mod.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cgi/templates/manage') diff --git a/cgi/templates/manage/mod.html b/cgi/templates/manage/mod.html index bb93c9d..2ecfd04 100644 --- a/cgi/templates/manage/mod.html +++ b/cgi/templates/manage/mod.html @@ -30,8 +30,8 @@ ${thread['message'][:200]} #{thread['length']} - L#{"-" if thread['locked'] == "1" else "+"} - PS#{"-" if thread['locked'] == "2" else "+"} + L#{"-" if thread['locked'] == 1 else "+"} + PS#{"-" if thread['locked'] == 2 else "+"} M D & @@ -49,8 +49,8 @@ Ver en BaI / - #{"Abrir hilo" if posts[0]['locked'] == "1" else "Cerrar hilo"} / - #{"Quitar permasage" if posts[0]['locked'] == "2" else "Permasage"} / + #{"Abrir hilo" if posts[0]['locked'] == 1 else "Cerrar hilo"} / + #{"Quitar permasage" if posts[0]['locked'] == 2 else "Permasage"} / Mover hilo -- cgit v1.2.1-18-gbd029