diff options
author | teramako | 2011-10-29 12:55:33 +0900 |
---|---|---|
committer | teramako | 2011-10-29 12:55:33 +0900 |
commit | 7e8f2eccb7a8da4ebc679620adda1680ff552bfd (patch) | |
tree | a5038c1018c6f31bad506ab3b5e0cb4b126be3a9 /tab-history.js | |
parent | 60f19e46d8dc5fb99bccbd3f2c9970042c388982 (diff) | |
download | vimperator-plugins-7e8f2eccb7a8da4ebc679620adda1680ff552bfd.tar.bz2 |
fix typo
Diffstat (limited to 'tab-history.js')
-rw-r--r-- | tab-history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tab-history.js b/tab-history.js index f28e15d..1659e08 100644 --- a/tab-history.js +++ b/tab-history.js @@ -2,7 +2,7 @@ var INFO = <plugin name="TabHistory" version="0.1" summary="Go back/forward the tab selection history" - xmlns="http://vimperator.org/namespace/liberator"> + xmlns="http://vimperator.org/namespaces/liberator"> <author email="teramako@gmail.com">teramako</author> <license>MPL 1.1/GPL 2.0/LGPL 2.1</license> <project name="Vimperator" minVerion="3.1"/> |