diff options
author | teramako | 2012-02-26 06:11:56 -0800 |
---|---|---|
committer | teramako | 2012-02-26 06:11:56 -0800 |
commit | 1ac0bcc09a10b8c62b93801c21b5bfc6bef407a3 (patch) | |
tree | b5c19752c2c88d3207dcbf0f90e1a6ed73c2332b | |
parent | c570f74065426ad897acb8dcf6111c8e6915e5e8 (diff) | |
parent | 8670bc5e3853747fbb823a752b4529b23e9ab2fe (diff) | |
download | vimperator-plugins-1ac0bcc09a10b8c62b93801c21b5bfc6bef407a3.tar.bz2 |
Merge pull request #15 from smellman/master
syntax error at copy.js's config sample
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ liberator.globalVariables.copy_templates = [ { label: 'title', value: '%TITLE%', map: ',y' }, { label: 'anchor', value: '<a href="%URL%">%TITLE%</a>' }, { label: 'selanchor', value: '<a href="%URL%" title="%TITLE%">%SEL%</a>' }, - { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } + { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' }, { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function(){return content.document.getElementById('ASIN').value;} }, ]; EOM |