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

Commit 666a20f

Browse files
committed
fix doc tests
1 parent 86aaa4c commit 666a20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngSanitize/filter/linky.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
<tr id="linky-custom-attributes">
6464
<td>linky custom attributes</td>
6565
<td>
66-
<pre>&lt;div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel:'nofollow'}"&gt;<br>&lt;/div&gt;</pre>
66+
<pre>&lt;div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}"&gt;<br>&lt;/div&gt;</pre>
6767
</td>
6868
<td>
69-
<div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel:'nofollow'}"></div>
69+
<div ng-bind-html="snippetWithSingleURL | linky:'_self':{rel: 'nofollow'}"></div>
7070
</td>
7171
</tr>
7272
<tr id="escaped-html">

0 commit comments

Comments
 (0)