From 6464241b2e09ae2070b0ba83bde3f8413b1bc4bf Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Mon, 2 Feb 2015 23:31:43 -0800 Subject: [PATCH] fix a bug that was preventing html from rendering in courseware --- views/coursewares/show.jade | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/views/coursewares/show.jade b/views/coursewares/show.jade index c97a675422..b63bd1273c 100644 --- a/views/coursewares/show.jade +++ b/views/coursewares/show.jade @@ -38,11 +38,12 @@ block content button#less-info.btn.btn-info span.ion-help-circled | Less information - //#submitButton.btn.btn-primary.btn-big.btn-block Run code (ctrl + enter) - //br - //form.code - .form-group.codeMirrorView - textarea#codeOutput + div.hidden + #submitButton.btn.btn-primary.btn-big.btn-block Run code (ctrl + enter) + br + form.code + .form-group.codeMirrorView + textarea#codeOutput br #testSuite br