]> git.sesse.net Git - vlc/commitdiff
IMDB: fix description
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Mar 2010 17:54:18 +0000 (18:54 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 19 Mar 2010 17:54:18 +0000 (18:54 +0100)
share/lua/extensions/imdb.lua

index 90ab9127adc0f288a830d856043833a25eea383b..7db185903b56ea772666f3ab5fa973f7dcdc6be5 100644 (file)
@@ -27,10 +27,10 @@ function descriptor()
              version = "0.1" ;
              author = "Jean-Philippe AndrĂ©" ;
              url = 'http://www.imdb.org/';
-             shortdesc = "The Internet Movie Database\n";
-             description = "<center><b>The Internet Movie Database</b></center>\n"
+             shortdesc = "The Internet Movie Database";
+             description = "<center><b>The Internet Movie Database</b></center><br />"
                         .. "Get information about movies from the Internet "
-                        .. "Movie Database (IMDb).\nThis Extension will show "
+                        .. "Movie Database (IMDb).<br />This Extension will show "
                         .. "you the cast, a short plot summary and a link to "
                         .. "the web page on imdb.org." ;
              capabilities = { "input-listener" } }