diff options
| author | Stephen Blott | 2017-12-15 10:19:29 +0000 |
|---|---|---|
| committer | Stephen Blott | 2017-12-15 10:19:29 +0000 |
| commit | f184a34c692cfe1c1e6e2325989bea4dda518f87 (patch) | |
| tree | 4e7bc12218055b37d28f1ace6b7be4cc7959b77e /pages | |
| parent | a1116f10712bf5de4ec0e2f275e402bc3b3020bc (diff) | |
| download | vimium-f184a34c692cfe1c1e6e2325989bea4dda518f87.tar.bz2 | |
Better version number formatting.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/popup.html b/pages/popup.html index 8251a3b5..971ac04e 100644 --- a/pages/popup.html +++ b/pages/popup.html @@ -70,7 +70,7 @@ <span id="helpText">These are the rules matching this page.</span> <br/> <span id="versionAndOptions"> - Version number: <span id="versionNumber"></span>, <a id="optionsLink" target="_blank" tabindex="99999">Options</a> + <a id="optionsLink" target="_blank" tabindex="99999">Options</a> (version <span id="versionNumber"></span>). </span> </td> <td valign="top"> |
