diff options
-rw-r--r-- | data/sample.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sample.lua b/data/sample.lua index c33be7e92..5752d2684 100644 --- a/data/sample.lua +++ b/data/sample.lua @@ -33,7 +33,7 @@ local image_mime_type = ({ png = "image/png", svg = "image/svg+xml", })[image_format] - or error("unsupported image format `" .. img_format .. "`") + or error("unsupported image format `" .. image_format .. "`") -- Character escaping local function escape(s, in_attribute) |