diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp
index b55894652..bfde6742f 100644
--- a/src/main/webapp/WEB-INF/pages/main_new.jsp
+++ b/src/main/webapp/WEB-INF/pages/main_new.jsp
@@ -161,7 +161,7 @@
Lesson Source Code
diff --git a/src/main/webapp/js/goatUtil.js b/src/main/webapp/js/goatUtil.js
index 638b0c149..fcf6443f7 100644
--- a/src/main/webapp/js/goatUtil.js
+++ b/src/main/webapp/js/goatUtil.js
@@ -35,7 +35,7 @@ goat.utils = {
},
showLessonSource: function() {
$.get("service/source.mvc", {}, function(reply) {
- $("#lesson_source").html(reply);
+ $("#lesson_source").html("
"+reply+"
");
}, "html");
},
showLessonSolution: function() {