From 91e986c5a02cb5a958057fa4a402a68d857a2f1b Mon Sep 17 00:00:00 2001
From: suVene
Date: Tue, 1 Sep 2009 16:07:14 +0000
Subject: fix a typo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35152 d0d07461-0603-4401-acd4-de1884942a52
---
copy.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'copy.js')
diff --git a/copy.js b/copy.js
index 952f258..5b30f3e 100644
--- a/copy.js
+++ b/copy.js
@@ -8,7 +8,7 @@ var PLUGIN_INFO =
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/copy.js
teramako
MPL 1.1/GPL 2.0/LGPL 2.1
-0.7.4
+0.7.5
/g, function(all, close, tag, attr){
+ return htmlsel.replace(/<(\/)?(\w+)([\s\S]*?)>/g, function(all, close, tag, attr){
return "<" + close + tag.toLowerCase() + attr + ">";
});
},
--
cgit v1.2.3