From ae03c8a3bdeb4a30addca77fd4539fa197748908 Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Thu, 17 Jul 2025 13:08:47 +0200 Subject: [PATCH] Add alt text to embed --- lapis/app.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapis/app.lua b/lapis/app.lua index 72413d0..2de0c3c 100644 --- a/lapis/app.lua +++ b/lapis/app.lua @@ -21,7 +21,7 @@ app:get("/embed", function(self) if from == nil then return {"cups webring embed needs from defined (.../embed?from=me)"} end - return string.format('
', config.host, from, config.host, config.host, config.host, config.host, from, config.host), {layout = false, content_type="text/html"} + return string.format('
PreviousCUPSNext
', config.host, from, config.host, config.host, config.host, config.host, from, config.host), {layout = false, content_type="text/html"} end) app:get("/random", function(self)