Skip to content

Commit f2ba57f

Browse files
author
glundgren
committed
Update src/bootstrap-wysihtml5.js
1 parent eb9b5cb commit f2ba57f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bootstrap-wysihtml5.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,10 @@
432432
}
433433
},
434434
"span": 1,
435-
"div": 1
435+
"div": 1,
436+
// to allow save and edit files with code tag hacks
437+
"code": 1,
438+
"pre": 1
436439
}
437440
},
438441
stylesheets: ["./lib/css/wysiwyg-color.css"], // (path_to_project/lib/css/wysiwyg-color.css)

0 commit comments

Comments
 (0)