Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e90c02e

Browse files
committed
lint($compile): One whitespace is missing
1 parent 8c5e82b commit e90c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3257,7 +3257,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
32573257
}
32583258
} else if (
32593259
// Some xlink:href are okay, most aren't
3260-
(attrNormalizedName === 'xlinkHref' && (tag !== 'image' && tag !== 'a')) ||
3260+
(attrNormalizedName === 'xlinkHref' && (tag !== 'image' && tag !== 'a')) ||
32613261
// Formaction
32623262
(tag === 'form' && attrNormalizedName === 'action') ||
32633263
// If relative URLs can go where they are not expected to, then

0 commit comments

Comments
 (0)