diff --git a/lib/tasks/search.rake b/lib/tasks/search.rake
index 82dcfb6ce9d63ad0927417c01c74efa8fab14d49..5c037901a316d86d8b741b43327a4fe1ab12275b 100644
--- a/lib/tasks/search.rake
+++ b/lib/tasks/search.rake
@@ -14,8 +14,8 @@ namespace :search do
 {
   {% assign comma = false %}
   {% for page in site.html_pages %}{% if page.search_exclude != true %}{% if comma == true%},{% endif %}"{{ forloop.index0 }}": {
-    "title": "{{ page.title | replace: '&', '&' }}",
-    "content": "'+content+'",
+    "title": "{{ page.title | replace: \'&\', \'&\' }}",
+    "content": "\'+content+\'",
     "url": "{{ page.url | absolute_url }}",
     "relUrl": "{{ page.url }}"
   }{% assign comma = true %}