Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Don't replace divs with P tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sidyadav committed Mar 12, 2015
1 parent 7245e0a commit cc12367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular-redactor-filepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ RedactorPlugins.filepicker = function() {
blurCallback: updateModel,
plugins: ['filepicker', 'fullscreen', 'fontcolor', 'fontsize', 'fontfamily'],
buttons: ['html', 'formatting', 'bold', 'italic', 'underline', 'orderedlist', 'unorderedlist', 'outdent', 'indent', 'image', 'file', 'link', 'alignment', 'horizontalrule'],
deniedTags: ['html', 'head', 'body', 'meta', 'applet']
deniedTags: ['html', 'head', 'body', 'meta', 'applet'],
replaceDivs: false
},
additionalOptions = attrs.redactor ?
scope.$eval(attrs.redactor) : {},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-redactor-filepicker",
"main": "angular-redactor-filepicker.js",
"version": "2.3.0",
"version": "2.4.0",
"homepage": "https://github.com/UseFedora/angular-redactor",
"authors": [
"Tyler Garlick <[email protected]>",
Expand Down

0 comments on commit cc12367

Please sign in to comment.