diff options
author | mitsugu oyama | 2010-10-25 20:06:12 +0900 |
---|---|---|
committer | mitsugu oyama | 2010-10-25 20:06:12 +0900 |
commit | 32cc3908bd36351ff0d6f60ca253e25c2b86a1ec (patch) | |
tree | 172cb19dda64ed18864200dd8277cce147161c9e | |
parent | 55fdf6e143203a0cd0a500b02f457916e18a9fe3 (diff) | |
download | vimperator-plugins-32cc3908bd36351ff0d6f60ca253e25c2b86a1ec.tar.bz2 |
add href attribute to plugin element
-rw-r--r-- | tohex.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ var INFO = <plugin name="tohex.js" version="0.1" summary="tohex.js" + href="http://github.com/vimpr/vimperator-plugins/blob/master/tohex.js" xmlns="http://vimperator.org/namespaces/liberator"> <author email="mitsugu.oyama@gmail.com">Mitsugu Oyama</author> <license href="http://opensource.org/licenses/mit-license.php">MIT</license> |