diff --git a/node/src/documents/collections/breadcrumb.html.eco b/node/src/documents/collections/breadcrumb.html.eco
index 331f1e630..bfbbdd408 100755
--- a/node/src/documents/collections/breadcrumb.html.eco
+++ b/node/src/documents/collections/breadcrumb.html.eco
@@ -14,6 +14,7 @@ type : 'UI Collection'
@@ -88,4 +89,4 @@ type : 'UI Collection'
-
\ No newline at end of file
+
diff --git a/node/src/documents/collections/form.html.eco b/node/src/documents/collections/form.html.eco
index 966b44cb7..52ba8fdd2 100755
--- a/node/src/documents/collections/form.html.eco
+++ b/node/src/documents/collections/form.html.eco
@@ -17,6 +17,7 @@ type : 'UI Collection'
A rating can vary in size
-
-
-
-
-
-
-
-
diff --git a/node/src/documents/views/items.html.eco b/node/src/documents/views/items.html.eco
index 35149963f..8144a03ae 100755
--- a/node/src/documents/views/items.html.eco
+++ b/node/src/documents/views/items.html.eco
@@ -13,7 +13,6 @@ type : 'UI View'
@@ -338,4 +337,4 @@ type : 'UI View'
-
\ No newline at end of file
+
diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js
index 68bbbefe3..8052c5932 100755
--- a/node/src/files/javascript/semantic.js
+++ b/node/src/files/javascript/semantic.js
@@ -32,7 +32,7 @@ semantic.ready = function() {
$hideMenu = $('#menu .hide.item'),
$sortTable = $('.sortable.table'),
$demo = $('.demo'),
- $waypoints = $('.main.container').find('h2').first().siblings('h2').andSelf(),
+ $waypoints = $('.main.container').find('h2').first().siblings('h2').addBack(),
$menuPopup = $('.ui.main.menu .popup.item'),
$menuDropdown = $('.ui.main.menu .dropdown'),
@@ -727,4 +727,4 @@ semantic.ready = function() {
// attach ready event
$(document)
.ready(semantic.ready)
-;
\ No newline at end of file
+;