diff --git a/jade/page-contents/scrollspy_content.html b/jade/page-contents/scrollspy_content.html index 3d02b7a401..9b7a6d6663 100644 --- a/jade/page-contents/scrollspy_content.html +++ b/jade/page-contents/scrollspy_content.html @@ -74,7 +74,7 @@

jQuery Plugin Options

Default:

   function(id) {
-    return 'a[href=#' + id + ']';
+    return 'a[href="#' + id + '"]';
   }