aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaro Matsuzawa aka. btm2012-02-26 23:00:09 +0900
committerTaro Matsuzawa aka. btm2012-02-26 23:00:09 +0900
commit8670bc5e3853747fbb823a752b4529b23e9ab2fe (patch)
treeb5c19752c2c88d3207dcbf0f90e1a6ed73c2332b
parentc570f74065426ad897acb8dcf6111c8e6915e5e8 (diff)
downloadvimperator-plugins-8670bc5e3853747fbb823a752b4529b23e9ab2fe.tar.bz2
fix: syntax error at config's example
-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