diff options
author | drry | 2008-09-23 15:44:23 +0000 |
---|---|---|
committer | drry | 2008-09-23 15:44:23 +0000 |
commit | a8d952d3be690c4325e19d8b555ef79429adea51 (patch) | |
tree | 4e5f0e037b4ee34eff16d8ed26e2460aeb4020a3 /nnp_cooperation.js | |
parent | 77f31047e50b48e82188277e54838d54a2a2c2d1 (diff) | |
download | vimperator-plugins-a8d952d3be690c4325e19d8b555ef79429adea51.tar.bz2 |
* fixed regexes.
* et cetera.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@19784 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'nnp_cooperation.js')
-rw-r--r-- | nnp_cooperation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nnp_cooperation.js b/nnp_cooperation.js index 1334230..832bc02 100644 --- a/nnp_cooperation.js +++ b/nnp_cooperation.js @@ -85,7 +85,7 @@ const thumbnailURL = 'http://tn-skr1.smilevideo.jp/smile?i='; // style
const styles = [
- '<style>',
+ '<style type="text/css">',
'table.nnp_coop .index { text-align:right; width:2em; }',
'table.nnp_coop .thumbnail { text-align:center; }',
'table.nnp_coop caption { color:green; }',
@@ -121,7 +121,7 @@ const thead = [ const itemHTML = [
'<tr>',
'<td class="index">$INDEX:</td>',
- '<td class="thumbnail"><image src="$THUMBNAILURL$ID" width="33" height="25" /></td>',
+ '<td class="thumbnail"><image src="$THUMBNAILURL$ID" width="33" height="25"/></td>',
'<td>$TITLE</td>',
'<td>$URL</td>',
'</tr>',
|