Quellcode durchsuchen

accept any href in text editor link

Joscha Jaeger vor 10 Jahren
Ursprung
Commit
75b329ccea
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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,