aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteramako2012-02-26 06:11:56 -0800
committerteramako2012-02-26 06:11:56 -0800
commit1ac0bcc09a10b8c62b93801c21b5bfc6bef407a3 (patch)
treeb5c19752c2c88d3207dcbf0f90e1a6ed73c2332b
parentc570f74065426ad897acb8dcf6111c8e6915e5e8 (diff)
parent8670bc5e3853747fbb823a752b4529b23e9ab2fe (diff)
downloadvimperator-plugins-1ac0bcc09a10b8c62b93801c21b5bfc6bef407a3.tar.bz2
Merge pull request #15 from smellman/master
syntax error at copy.js's config sample
-rw-r--r--copy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.js b/copy.js
index 035054c..7007f2d 100644
--- a/copy.js
+++ b/copy.js
@@ -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