]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
correct name of emailauth icon
authorSimon McVittie <smcv@debian.org>
Wed, 27 May 2015 07:58:21 +0000 (08:58 +0100)
committerSimon McVittie <smcv@debian.org>
Wed, 27 May 2015 07:58:21 +0000 (08:58 +0100)
doc/bugs/Missing_Element.mdwn
underlays/login-selector/ikiwiki/login-selector/login-selector.js

index c8ee6014820f6fb5f6908b74b145a3afc70487c5..9194f17eab60375a3cc215e70d8aa1742f8f9d16 100644 (file)
@@ -3,5 +3,4 @@ It said the following element was not found:
 Url: <https://ikiwiki.info/wikiicons/email.png>
 <https://ikiwiki.info/ikiwiki.cgi?do=prefs>
 
-
-<img src=http://i.imgur.com/0yo0VjC.png?1>
+> [[fixed|done]], the icon is really called `emaillogin.png` --[[smcv]]
index 71ae0466e351387458d6da75a2ec9db86ceb0548..2e493bd5ef429d7a9239c4091882ef32c9c6e77a 100644 (file)
@@ -8,7 +8,7 @@ This code is licenced under the New BSD License.
 var selections_email_large = {
     email: {
         name: 'Email',
-       icon: 'wikiicons/email.png',
+       icon: 'wikiicons/emaillogin.png',
         label: 'Enter your email address:',
         url: null
     }