소스 검색

accept any href in text editor link

Joscha Jaeger 10 년 전
부모
커밋
75b329ccea
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/allplatforms/libs/wysihtml5/wysihtml5-parser.js

+ 3 - 1
src/allplatforms/libs/wysihtml5/wysihtml5-parser.js

@@ -280,12 +280,14 @@ var wysihtml5ParserRules = {
 		},
 		"a": {
 			"check_attributes": {
-				"href": "href", // if you compiled master manually then change this from 'url' to 'href'
+				"href": "any", // if you compiled master manually then change this from 'url' to 'href'
 				"target": "any"
 			},
+			/*
 			"set_attributes": {
 				"rel": "nofollow"
 			},
+			*/
 			"keep_styles": {
 				"textAlign": 1,
 				"float": 1,