Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/nedforce/devcms-core
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoorn committed Nov 13, 2012
2 parents 6a04f79 + 39d67d1 commit 3d6e03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/sanitize.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Sanitize
module Config
CUSTOM = {
:elements => %w(img strong em p code pre tt sub sup br ul ol li abbr acronym a blockquote span h2 h3 abbr),
:elements => %w(img strong em p code pre tt sub sup br ul ol li abbr acronym a blockquote span h2 h3 h4 abbr),

:attributes => {
:all => %w(href title target lang xml:lang src alt width height)
Expand Down

0 comments on commit 3d6e03d

Please sign in to comment.