diff options
author | anekos | 2010-02-17 14:29:16 +0000 |
---|---|---|
committer | anekos | 2010-02-17 14:29:16 +0000 |
commit | 53f2ddb7e20389313a6d18f2478039c811a391a8 (patch) | |
tree | 4e8be530c80ad404dd885fdaffa4e6d121472c68 /stella.js | |
parent | febe0ff8917963b4ccb894dd0d1857baa2e3052a (diff) | |
download | vimperator-plugins-53f2ddb7e20389313a6d18f2478039c811a391a8.tar.bz2 |
:pageinfo の表記がおかしくなる問題にテケトーに対処
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36788 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">すてら</name> <description>For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).</description> <description lang="ja">ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。</description> - <version>0.24.1</version> + <version>0.24.2</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -932,7 +932,7 @@ Thanks: set muted (value) (this.player.ext_setMute(value), value), get pageinfo () [ - ['comment', U.xpathGet(this.xpath.comment).innerHTML] + ['comment', U.xpathGet(this.xpath.comment).innerHTML.replace(/<br>/g, '<br/>')] ], get player () U.getElementByIdEx('flvplayer'), |