From a0603966a7b3ba5c07d137273f7d08f869021fe2 Mon Sep 17 00:00:00 2001 From: janus_wel Date: Fri, 10 Oct 2008 14:19:26 +0000 Subject: fix up XML ( don't use   and image -> img ) git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21089 d0d07461-0603-4401-acd4-de1884942a52 --- nnp_cooperation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nnp_cooperation.js') diff --git a/nnp_cooperation.js b/nnp_cooperation.js index 7d31163..f4db214 100644 --- a/nnp_cooperation.js +++ b/nnp_cooperation.js @@ -4,7 +4,7 @@ * @description this script give you keyboard opration for NicoNicoPlaylist. * @description-ja NicoNicoPlaylist をキーボードで操作できるようにする。 * @author janus_wel - * @version 0.31 + * @version 0.32 * @minversion 1.2 * ==VimperatorPlugin== * @@ -123,7 +123,7 @@ const captionTemplate = 'now playing: $PLAYTITLE (display $NUMOFDISPLAY const thead = [ '', '', - ' ', + ' ', 'thumbnail', 'title', 'url', @@ -135,7 +135,7 @@ const thead = [ const itemHTML = [ '', '$INDEX:', - '', + '', '$TITLE', '$URL', '', -- cgit v1.2.3