Skip to content

Commit

Permalink
Merge pull request #6094 from AprilArcus/cite-attribute
Browse files Browse the repository at this point in the history
add "cite" attribute to whitelist for <blockquote> elements
  • Loading branch information
jimfb committed Feb 24, 2016
2 parents de09e0a + 39c597f commit 308badb
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 308badb

Please sign in to comment.