diff options
author | gorhill <rhill@raymondhill.net> | 2015-03-16 09:32:29 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-03-16 09:32:29 -0400 |
commit | 332653284d9d5e1f2977f002900362d9b4389628 (patch) | |
tree | 8161ba17af0f251b14153725eb3b0cfa3dcec726 /src/popup.html | |
parent | 4c86479ba781c21bb43779e76caeb9eede797f93 (diff) | |
download | uBlock-332653284d9d5e1f2977f002900362d9b4389628.zip uBlock-332653284d9d5e1f2977f002900362d9b4389628.tar.gz uBlock-332653284d9d5e1f2977f002900362d9b4389628.tar.bz2 |
minor changes
Diffstat (limited to 'src/popup.html')
-rw-r--r-- | src/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup.html b/src/popup.html index 587a9dc..4ca2546 100644 --- a/src/popup.html +++ b/src/popup.html @@ -10,7 +10,7 @@ </head> <body> -<a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname"></span><span id="version"></span></a> +<a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname"> </span><span id="version"> </span></a> <div id="panes"> <div> <p id="switch" data-i18n-tip="popupPowerSwitchInfo"><span class="fa"></span></p> |