[vlc-devel] commit: Extensions/Script: fix IMDb URL ( Jean-Philippe André )

git version control git at videolan.org
Thu Jan 28 16:22:14 CET 2010


vlc | branch: master | Jean-Philippe André <jpeg at videolan.org> | Thu Jan 28 16:13:35 2010 +0100| [a3f9f72aa91243be26d77b0dd0b41d178db591d6] | committer: Jean-Philippe André 

Extensions/Script: fix IMDb URL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3f9f72aa91243be26d77b0dd0b41d178db591d6
---

 share/lua/extensions/imdb.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/extensions/imdb.lua b/share/lua/extensions/imdb.lua
index 7cfb623..856293e 100644
--- a/share/lua/extensions/imdb.lua
+++ b/share/lua/extensions/imdb.lua
@@ -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




More information about the vlc-devel mailing list