Skip to content

Commit

Permalink
Allow relative links in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Nov 30, 2013
1 parent f87088a commit d8bf4bf
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 646 deletions.
4 changes: 2 additions & 2 deletions fancypages/static/fancypages/libs/wysihtml5/advanced.js
Expand Up @@ -180,7 +180,7 @@ var wysihtml5ParserRules = {
},
"a": {
"check_attributes": {
"href": "url" // if you compiled master manually then change this from 'url' to 'href'
"href": "href" // if you compiled master manually then change this from 'url' to 'href'
},
"set_attributes": {
"rel": "nofollow",
Expand Down Expand Up @@ -550,4 +550,4 @@ var wysihtml5ParserRules = {
"rename_tag": "div"
}
}
};
};

0 comments on commit d8bf4bf

Please sign in to comment.