From 33c7eee1f42abf5e4ee6707b91c2e8004e872b5f Mon Sep 17 00:00:00 2001
From: Victoria Wang
Date: Tue, 19 Apr 2016 19:11:32 -0700
Subject: [PATCH] minor changes to errors, pg 9
---
views/tutorial/html/5.erb | 2 +-
views/tutorial/html/8.erb | 2 +-
views/tutorial/layout.erb | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/views/tutorial/html/5.erb b/views/tutorial/html/5.erb
index 9d0d84dc..a8c43613 100644
--- a/views/tutorial/html/5.erb
+++ b/views/tutorial/html/5.erb
@@ -50,7 +50,7 @@ Check out Neocities!</a>
}
if(a.attr('href') == '' || a.attr('href').match(/\s+/)) {
- notok('You need to add a url to the href, like this: href="//neocities.org"')
+ notok('You need to add a url to the href, like this: href="http://neocities.org"')
return
}
diff --git a/views/tutorial/html/8.erb b/views/tutorial/html/8.erb
index 08a4b744..d54cb341 100644
--- a/views/tutorial/html/8.erb
+++ b/views/tutorial/html/8.erb
@@ -35,7 +35,7 @@
}
if(a.attr('href') === undefined || a.attr('href') == '') {
- notok('You need to add an href to your a tag, like: href="//neocities.org"')
+ notok('You need to add an href to your a tag, like: href="http://neocities.org"')
return
}
diff --git a/views/tutorial/layout.erb b/views/tutorial/layout.erb
index 9a73376d..7d367ae5 100644
--- a/views/tutorial/layout.erb
+++ b/views/tutorial/layout.erb
@@ -16,8 +16,8 @@