Skip to content

Commit

Permalink
add "cite" attribute to whitelist for <blockquote> elements (fixes #6084
Browse files Browse the repository at this point in the history
)
  • Loading branch information
AprilArcus committed Feb 23, 2016
1 parent de09e0a commit 39c597f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var HTMLDOMPropertyConfig = {
charSet: null,
challenge: null,
checked: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
cite: null,
classID: null,
className: null,
cols: HAS_POSITIVE_NUMERIC_VALUE,
Expand Down

0 comments on commit 39c597f

Please sign in to comment.