From 843cf3a2d77909513d967aa4ca3b94c446e42faa Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 11 Nov 2008 04:08:09 +0000 Subject: status.textに&があるとテキスト展開されていたのを修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23217 d0d07461-0603-4401-acd4-de1884942a52 --- twitter.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'twitter.js') diff --git a/twitter.js b/twitter.js index c20c49a..1594ec3 100644 --- a/twitter.js +++ b/twitter.js @@ -1,5 +1,5 @@ // Vimperator plugin: "Update Twitter" -// Last Change: 22-Oct-2008. Jan 2008 +// Last Change: 11-Nov-2008. Jan 2008 // License: Creative Commons // Maintainer: Trapezoid - http://unsigned.g.hatena.ne.jp/Trapezoid // @@ -100,7 +100,7 @@ var html = .toSource() .replace(/(?:\r?\n|\r)[ \t]*/g, " ") + statuses.map(function(status) @@ -110,9 +110,9 @@ title={status.user.screen_name} class="twitter photo"/> {status.user.name}‬ + : {status.text} .toSource() - .replace(/(?:\r?\n|\r)[ \t]*/g, " ") + - sprintf(': %s‬', status.text)) + .replace(/(?:\r?\n|\r)[ \t]*/g, " ")) .join("
"); //liberator.log(html); -- cgit v1.2.3