File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ A more detailed example:
125
125
? r . author . name
126
126
: r . url . split ( '/' ) [ 2 ] ) ;
127
127
var response = reactTitle [ r [ 'wm-property' ] ] || 'reacted' ;
128
- var html = '<a class="reaction" rel="nofollow" title="' + who + ' ' +
128
+ var html = '<a class="reaction" rel="nofollow ugc " title="' + who + ' ' +
129
129
response + '" href="' + r [ mentionSource ] + '">' ;
130
130
if ( r . author && r . author . photo ) {
131
131
html += '<img src="' + entities ( r . author . photo ) + '">' ;
@@ -170,7 +170,7 @@ A more detailed example:
170
170
171
171
html += reactImage ( c ) ;
172
172
173
- html += ' <a class="source" rel="nofollow" href="' +
173
+ html += ' <a class="source" rel="nofollow ugc " href="' +
174
174
c [ mentionSource ] + '">' ;
175
175
if ( c . author && c . author . name ) {
176
176
html += entities ( c . author . name ) ;
You can’t perform that action at this time.
0 commit comments