<html><head></head><body>Hi,<br><br>I don't follow the logic here. You can't assume that file type always matches the file extension.<br><br><div class="gmail_quote">Le 12 juillet 2019 14:06:51 GMT+03:00, Alexandr Koverninsky <a.koverninsky@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> share/lua/intf/http.lua | 4 ++++<br> 1 file changed, 4 insertions(+)<br><br>diff --git a/share/lua/intf/http.lua b/share/lua/intf/http.lua<br>index fc6d1a3156..d40f423bee 100644<br>--- a/share/lua/intf/http.lua<br>+++ b/share/lua/intf/http.lua<br>@@ -78,6 +78,10 @@ function process_raw(filename)<br>     --]]<br>     local code0 = string.gsub(input,escape(close_tag)," print(["..str.."[")<br>     local code1 = string.gsub(code0,escape(open_tag),"]"..str.."]) ")<br>+    local fileext=filename:match("^.+(%..+)$")<br>+    if fileext == ".js" then<br>+      code1=input;<br>+    end<br>     local code = "print(["..str.."["..code1.."]"..str.."])"<br>     --[[ Uncomment to debug<br>     if string.match(filename,"vlm_cmd.xml$") then</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>