minor cleanups to the #toolbox

- ensure each added item in plugins has a space before
- use   in links so they're not split over lines
- make case consistant between core IITC and plugins
This commit is contained in:
Jon Atkins
2013-04-12 14:55:08 +01:00
parent 278fdfae61
commit 04b5e3e52b
5 changed files with 6 additions and 6 deletions

View File

@ -89,8 +89,8 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' <div id="portaldetails"></div>'
+ ' <input id="redeem" placeholder="Redeem code…" type="text"/>'
+ ' <div id="toolbox">'
+ ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidCopy(this.href)" >permalink</a>'
+ ' <a onclick="window.aboutIITC()" style="cursor: help">About IITC</a></div>'
+ ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidCopy(this.href)" >Permalink</a>'
+ ' <a onclick="window.aboutIITC()" style="cursor: help">About&nbsp;IITC</a></div>'
+ ' </div>'
+ '</div>'
+ '<div id="updatestatus"></div>'