From 6a889c28bf3bed4a9c1578c6572bbfd175be6cdf Mon Sep 17 00:00:00 2001
From: teramako
Date: Thu, 13 Aug 2009 11:12:25 +0000
Subject: %HTMLSEL%のタグ名を小文字化
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34871 d0d07461-0603-4401-acd4-de1884942a52
---
copy.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'copy.js')
diff --git a/copy.js b/copy.js
index a8d2b50..e201c8f 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.1
+0.7.2
/g, function(all, close, tag, attr){
+ return "<" + close + tag.toLowerCase() + attr + ">";
+ });
}
};
'hostname pathname host port protocol search hash'.split(' ').forEach(function (name){
--
cgit v1.2.3