From cc2fec2e1a1e9e5ce8f39500488caf460604dc06 Mon Sep 17 00:00:00 2001 From: cahrens Date: Wed, 19 Mar 2014 16:52:51 -0400 Subject: [PATCH] Allow TinyMCE to create p's, else formatting doesn't work. --- cms/djangoapps/contentstore/features/html-editor.feature | 1 + common/lib/xmodule/xmodule/js/src/html/edit.coffee | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cms/djangoapps/contentstore/features/html-editor.feature b/cms/djangoapps/contentstore/features/html-editor.feature index 309416196c..93446e29fb 100644 --- a/cms/djangoapps/contentstore/features/html-editor.feature +++ b/cms/djangoapps/contentstore/features/html-editor.feature @@ -33,6 +33,7 @@ Feature: CMS.HTML Editor And I save the page Then the page has text: """ +

 

pages