mirror of
https://github.com/neocities/neocities.git
synced 2025-06-28 07:03:28 +02:00
minor changes to errors, pg 9
This commit is contained in:
parent
103f45eb27
commit
33c7eee1f4
3 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ Check out Neocities!</a></code></pre></p>
|
|||
}
|
||||
|
||||
if(a.attr('href') == '' || a.attr('href').match(/\s+/)) {
|
||||
notok('You need to add a url to the <strong>href</strong>, like this: href="//neocities.org"')
|
||||
notok('You need to add a url to the <strong>href</strong>, like this: href="http://neocities.org"')
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
if(a.attr('href') === undefined || a.attr('href') == '') {
|
||||
notok('You need to add an <strong>href</strong> to your <strong>a</strong> tag, like: <strong>href="//neocities.org"</strong>')
|
||||
notok('You need to add an <strong>href</strong> to your <strong>a</strong> tag, like: <strong>href="http://neocities.org"</strong>')
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue