Commit a3f9f72a authored by Jean-Philippe André's avatar Jean-Philippe André

Extensions/Script: fix IMDb URL

parent f2104a37
......@@ -208,7 +208,7 @@ function click_open()
summary = "(Unknown)"
end
text = text .. "<p>" .. summary .. "</p>"
text = text .. "<p><h2>Source IMDb</h2><a href=\"url\">" .. url .. "</a></p>"
text = text .. "<p><h2>Source IMDb</h2><a href=\"" .. url .. "\">" .. url .. "</a></p>"
html:set_text(text)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment