From 4f3efa6a1ddd9c590217fd7e65beab754a59ce59 Mon Sep 17 00:00:00 2001
From: Sylvia Pearce <spearce@edx.org>
Date: Fri, 25 Apr 2014 13:20:56 -0400
Subject: [PATCH] Fix note formatting problem in JSInput doc

---
 .../course_authors/source/exercises_tools/custom_javascript.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en_us/course_authors/source/exercises_tools/custom_javascript.rst b/docs/en_us/course_authors/source/exercises_tools/custom_javascript.rst
index ec88183712a..94f2b9b401a 100644
--- a/docs/en_us/course_authors/source/exercises_tools/custom_javascript.rst
+++ b/docs/en_us/course_authors/source/exercises_tools/custom_javascript.rst
@@ -59,7 +59,7 @@ To re-create the example problem above, you'll need the following files.
 
 To download these files in a .zip archive, go to http://files.edx.org/JSInput.zip.
 
-..note:: If you need to bypass the SOP, you'll also need the **jschannel.js** file, and your webGLDemo.html file will be slightly different. To download all these files in a .zip archive, go to http://files.edx.org/JSInput_BypassSOP.zip.
+.. note:: If you need to bypass the SOP, you'll also need the **jschannel.js** file, and your webGLDemo.html file will be slightly different. To download all these files in a .zip archive, go to http://files.edx.org/JSInput_BypassSOP.zip.
 
 #. Download and unpackage the files in either the JSInput.zip file or the JSInput_BypassSOP.zip file.
 #. On the **Files & Uploads** page, upload all the files from the .zip file.
-- 
GitLab