Skip to content

Commit

Permalink
Changed WYMeditor.REL from 'rel' to 'data-rel'.
Browse files Browse the repository at this point in the history
Fixes #2019
  • Loading branch information
amrit authored and parndt committed Dec 3, 2012
1 parent 49cb864 commit 1d99abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/assets/javascripts/wymeditor/setup.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $.extend(WYMeditor, {
TITLE : "title",
TARGET : "target",
ALT : "alt",
REL : 'rel',
REL : 'data-rel',
DIALOG_LINK : "Link",
DIALOG_IMAGE : "Image",
DIALOG_TABLE : "Table",
Expand Down

0 comments on commit 1d99abc

Please sign in to comment.